Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GAME ID: 610172644 GAME NAME: VERDE CAFE V3
- Remotes and Scripts by greatgamer59#1567
- Idk if this was already released but I found some cool remotes. Enjoy!
- First Script: Add Music
- local id "SOUNDIDGOESHERE!"
- game.ReplicatedStorage.musicEvents.addSong:FireServer(id)
- Second Script: Add Point
- -- NOTE: This has a anti spam if you try looping you might crash or get banned lol
- local username = "YOURUSERNAMEGOESHERE"
- game.Workspace.HandToCentre.AddPoint:FireServer(username)
- Last Script: Remote Point
- -- This is just like the add point but removes the point from user, this also has a anti spam! you can do it to any players enjoy!
- local username = "ANYUSERNAMECANGOHERE!!"
- game.Workspace.HandToCentre.RevokePoint:FireServer(username)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement