Advertisement
McSans

Untitled

Mar 12th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. Local players = {"retram"}
  2. Local gear =game.ServerStorage.ClassicSword  
  3.  
  4. game.Players.PlayerAdded:Connect(function(plr)
  5.      Plr.CharacterAdded:connect(function(chr)
  6.           for i = 1, #players do
  7.        if players[i] == plr.Name then
  8.      Gear.clone().parent = plr:Waitforchild("Backpack")
  9.      end
  10.    end
  11.  end)
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement