Advertisement
Upscalefanatic3

Some Random Script that Buys Obbys

Mar 14th, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. game.ReplicatedStorage.Filtering.Event:FireServer("RemoveObby",{[1]="All"})
  2.  
  3. game.ReplicatedStorage.Filtering.Function:InvokeServer("BuyObby",{[1] = "Wall Jumps"})
  4. for i=1,44 do
  5. wait(0.1)
  6. game.ReplicatedStorage.Filtering.Function:InvokeServer("BuyObby",{[1] = "Maze"})
  7. end
  8. for i=1,2 do
  9. wait(0.1)
  10. game.ReplicatedStorage.Filtering.Function:InvokeServer("BuyObby",{[1] = "Up Ramp"})
  11. end
  12. for i=1,2 do
  13. wait(0.1)
  14. game.ReplicatedStorage.Filtering.Function:InvokeServer("BuyObby",{[1] = "Right Turn"})
  15. end
  16. game.ReplicatedStorage.Filtering.Function:InvokeServer("BuyObby",{[1] = "Up Ramp"})
  17. game.ReplicatedStorage.Filtering.Function:InvokeServer("BuyObby",{[1] = "Right Turn"})
  18. game.ReplicatedStorage.Filtering.Function:InvokeServer("BuyObby",{[1] = "Left Turn"})
  19.  
  20. for i=1,44 do
  21. wait(0.1)
  22. game.ReplicatedStorage.Filtering.Function:InvokeServer("BuyObby",{[1] = "Maze"})
  23. end
  24.  
  25. game.ReplicatedStorage.Filtering.Function:InvokeServer("BuyObby",{[1] = "Win Button"})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement