Upscalefanatic3

RO-Bowling Scripts (Money$ & Music 🎶)

Nov 17th, 2018
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. -- RO BOWLING SCRIPTS
  2.  
  3.  
  4. -- Released by Eclipsee @ V3rm
  5. -- Have fun!
  6. -- This does save, lol.
  7.  
  8.  
  9.  
  10. --Music (I think works)
  11.  
  12. -- Script generated by R2Sv2
  13. -- R2Sv2 developed by Luckyxero
  14. -- Remote Path: game:GetService("Workspace").FunctionalAssets.JukeBox.Screen.MusicManager.RemoteEvent
  15.  
  16.  
  17. local A_1 = "add"
  18. local A_2 = "SONG ID HERE"
  19. local Event = game:GetService("Workspace").FunctionalAssets.JukeBox.Screen.MusicManager.RemoteEvent
  20.  
  21. Event:FireServer(A_1, A_2)
  22.  
  23. --Money
  24.  
  25. -- Script generated by R2Sv2
  26. -- R2Sv2 developed by Luckyxero
  27. -- Remote Path: game:GetService("Workspace").FunctionalAssets.MoneyManager.MoneyEvent
  28.  
  29.  
  30. local A_1 = "Add"
  31. local A_2 = "USERNAME HERE"
  32. local A_3 = math.huge
  33. local Event = game:GetService("Workspace").FunctionalAssets.MoneyManager.MoneyEvent
  34. Event:InvokeServer(A_1, A_2, A_3)
  35.  
  36.  
  37.  
  38. --Level
  39.  
  40. -- Script generated by R2Sv2
  41. -- R2Sv2 developed by Luckyxero
  42. -- Remote Path: game:GetService("Workspace").Events.StatsGuiUpdateFunc
  43.  
  44.  
  45. local A_1 = "Level"
  46. local A_2 = YOUR ROBLOX ID HERE
  47. local A_3 = LEVEL YOU WANT
  48. local Event = game:GetService("Workspace").Events.StatsGuiUpdateFunc
  49.  
  50. Event:InvokeServer(A_1, A_2, A_3)
Add Comment
Please, Sign In to add comment