of     1   

Iemonhaze
#183495630Saturday, February 13, 2016 11:05 AM GMT

I wan't to make a script where when someone specific joins they get a sword or something similar.
Iemonhaze
#183495990Saturday, February 13, 2016 11:18 AM GMT

I am a noob to scripting, fyi.
Jradi
#183496107Saturday, February 13, 2016 11:24 AM GMT

game.Players.PlayerAdded:connect(function(PlayerObject) PlayerObject.CharacterAdded:connect(function(CharacterModel) -- clone the tool here and paste it into the players backpack end) end)

    of     1