Advertisement
aesnike

kill aura

Oct 26th, 2024
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. while true do
  2. local args = {
  3. [1] = {
  4. [1] = {
  5. ["animationLength"] = 0,
  6. ["sentAt"] = tick()
  7. },
  8. [2] = "G"
  9. }
  10. }
  11.  
  12. game:GetService("ReplicatedStorage").dataRemoteEvent:FireServer(unpack(args))
  13. wait(0) -- Optional: You can adjust or remove this wait as needed
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement