Advertisement
robloxscript111

[RELEASE] Piece Adventures Simulator| Code2

Feb 14th, 2023
1,128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. _G.Key = true
  2.  
  3. while _G.Key do
  4. task.wait()
  5. local KEY = "Q" -- Change to E R or T to use other skills, should be the same as the other script
  6.  
  7. game:GetService("ReplicatedStorage")._remotes.AttackCooldownEvent:FireServer(KEY)
  8. end
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement