Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().aaaeee = true; -- if its true it will loop the script and if its false it will stop the loop
- while wait() do
- if getgenv().aaaeee == true then
- game:GetService("ReplicatedStorage").EventStorage.Attack:InvokeServer()-- paste here the script/remote script that you wanna make loop
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement