Advertisement
pa1nx9

Free Roblox Script Expedition antartica crash unpatched

Oct 28th, 2021
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. while true do
  2. local A_1 = "Spawn_Boat"
  3. local A_2 = "Zodiac"
  4. local A_3 = Color3.new(1, 0.909804, 0)
  5. local A_4 = 2
  6. local A_5 = game:GetService("Players").LocalPlayer
  7. local Event = game:GetService("ReplicatedStorage")["Boats_Main"]
  8. Event:FireServer(A_1, A_2, A_3, A_4, A_5)
  9. wait()
  10. local string_1 = "Delete_Boat";
  11. local userdata_1 = game:GetService("Players").LocalPlayer;
  12. local Target = game:GetService("ReplicatedStorage")["Boats_Main"];
  13. Target:FireServer(string_1, userdata_1);
  14. wait()
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement