Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local lplr = game.Players.LocalPlayer.Name
- while true do
- wait()
- game:GetService('Players').LocalPlayer.Character.Humanoid:EquipTool(game.Players[lplr].Backpack["sword"])
- for i,v in ipairs(game.Players:GetPlayers())do
- game.Workspace[lplr].sword.Handle.dmg.RemoteEvent:FireServer(workspace[v.Name].Humanoid, -9999999999999999999999)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment