Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i=1, 250 do
- local A_1 = "Double Attack"
- local A_2 = "Energy Sword"
- local Event = game:GetService("ReplicatedStorage").Remotes.Weapon
- Event:FireServer(A_1, A_2)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement