Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- RO BOWLING SCRIPTS
- -- Released by Eclipsee @ V3rm
- -- Have fun!
- -- This does save, lol.
- --Music (I think works)
- -- Script generated by R2Sv2
- -- R2Sv2 developed by Luckyxero
- -- Remote Path: game:GetService("Workspace").FunctionalAssets.JukeBox.Screen.MusicManager.RemoteEvent
- local A_1 = "add"
- local A_2 = "SONG ID HERE"
- local Event = game:GetService("Workspace").FunctionalAssets.JukeBox.Screen.MusicManager.RemoteEvent
- Event:FireServer(A_1, A_2)
- --Money
- -- Script generated by R2Sv2
- -- R2Sv2 developed by Luckyxero
- -- Remote Path: game:GetService("Workspace").FunctionalAssets.MoneyManager.MoneyEvent
- local A_1 = "Add"
- local A_2 = "USERNAME HERE"
- local A_3 = math.huge
- local Event = game:GetService("Workspace").FunctionalAssets.MoneyManager.MoneyEvent
- Event:InvokeServer(A_1, A_2, A_3)
- --Level
- -- Script generated by R2Sv2
- -- R2Sv2 developed by Luckyxero
- -- Remote Path: game:GetService("Workspace").Events.StatsGuiUpdateFunc
- local A_1 = "Level"
- local A_2 = YOUR ROBLOX ID HERE
- local A_3 = LEVEL YOU WANT
- local Event = game:GetService("Workspace").Events.StatsGuiUpdateFunc
- Event:InvokeServer(A_1, A_2, A_3)
Add Comment
Please, Sign In to add comment