#Script isn't working

1 messages · Page 1 of 1 (latest)

zenith coral
#

local tool = game.Workspace.Tool
game.Players.PlayerAdded:Connect(function(plr)
local newTool = tool:Clone()
newTool.Parent = plr:WaitForChild("Backpack")
end)

#

Doesn't give the tool

floral gazelle
zenith coral
#

I tried in replicated storage

#

and still didn't work

sage swan
#

just put the tool in starterpack

signal ember