Advertisement
realstar101

Untitled

Jun 12th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1.  
  2. for i=1, 250 do
  3. local A_1 = "Double Attack"
  4. local A_2 = "Energy Sword"
  5. local Event = game:GetService("ReplicatedStorage").Remotes.Weapon
  6. Event:FireServer(A_1, A_2)
  7.  
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement