Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.Key = true
- while _G.Key do
- task.wait()
- local KEY = "Q" -- Change to E R or T to use other skills, should be the same as the other script
- game:GetService("ReplicatedStorage")._remotes.AttackCooldownEvent:FireServer(KEY)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement