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!