Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ServerStorage = game:GetService("ServerStorage")
- local BasicSword = ServerStorage["Basic Sword"]
- local Players = game.Players:GetPlayers()
- for i, player in pairs(Players) do
- local CloneBasic = BasicSword:Clone()
- CloneBasic.Parent = player.Backpack
- end
Advertisement
Add Comment
Please, Sign In to add comment