Advertisement
SUUKIDIS_69

Script Bot clash

Apr 23rd, 2022
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. for i = 0,9 ,1 do
  2. for j = 0,9,1 do
  3. for x = 0,9,1 do
  4. game:GetService("ReplicatedStorage").Remotes.MissionRF:InvokeServer("MissionGet", "MISSION_"..i..j..x)
  5. game:GetService("ReplicatedStorage").Remotes.MissionRF:InvokeServer("MissionReceiveAward", "MISSION_"..i..j..x, Vector3.new(67.61710357666016, -1.3638267517089844, -182.75799560546875))
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement