Kaito_fyp

Every Second You Get +1 Speed script

Jan 5th, 2023
860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | Money | 0 0
  1. --NOT FWDS SCRIPT CREDIT TO OWNER
  2. --Variables to make it easier for ppl to understand
  3. Wins = game.Workspace.Wins.World7
  4. Chara = Game.Players.LocalPlayer.Character
  5. Plr = game.Players.LocalPlayer
  6. basepart = Chara:FindFirstChildWhichIsA("BasePart")
  7. --Script
  8. getgenv().Farm = true
  9. while getgenv().Farm == true do task.wait()
  10. pcall(function() --Because I am lazy and don't wanna spend time optimizing
  11. firetouchinterest(Wins,basepart,0) --This gets you the ez dubz
  12. task.wait(.2)
  13. firetouchinterest(Wins,basepart,1)
  14. game.ReplicatedStorage.RebirthEvent:FireServer() --Rebirth remote
  15. end)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment