ScriptingFluff

[ROBLOX]Speed Run 4

Feb 9th, 2020
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. _G.Farming = true
  2.  
  3. while _G.Farming and wait(.25) do
  4. if game:GetService("Players").LocalPlayer.TeamColor == "Medium green" or game:GetService("Players").LocalPlayer["Level"].Value == 9000 then
  5. game:GetService("ReplicatedStorage").SetLevel:FireServer(0);
  6. end
  7. local number_1 = 0; -- Time taken to complete the level (dont change)
  8. local string_1 = "Level -1"; -- doesnt matter
  9. local string_2 = "Ridiculous"; -- leave it like that to receive tons of gems
  10. local bool_1 = true; -- no idea but dont change
  11. local Target = game:GetService("ReplicatedStorage").BeatLevel;
  12. Target:FireServer(number_1, string_1, string_2, bool_1);
  13. end
Add Comment
Please, Sign In to add comment