UI on ability executing

local propTask = script:GetCustomProperty("task")
local abilyty=script.parent
function qwe()
print("QWE")
World.SpawnAsset(propTask)
end

abilyty.executeEvent:Connect(qwe)

I want to show a "UI form" while executing the ability of a weapon

Failed to spawn non-networked template (task:0FCEB2FB18A2CAFD) at run-time, only networked templates can be spawned in this way!

Looks like you'll just have to enable networking on something in the hierarchy. Deinstance the weapon template and enable networking, then update template.


It is already networked

Can I write script.child ?