Advertisement
Greatgamer59

Verde v3 Cafe Scripts

Nov 7th, 2017
3,237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. GAME ID: 610172644 GAME NAME: VERDE CAFE V3
  2. Remotes and Scripts by greatgamer59#1567
  3. Idk if this was already released but I found some cool remotes. Enjoy!
  4.  
  5. First Script: Add Music
  6. local id = "SOUNDIDGOESHERE!"
  7. game.ReplicatedStorage.musicEvents.addSong:FireServer(id)
  8.  
  9. Second Script: Add Point
  10. -- NOTE: This has a anti spam if you try looping you might crash or get banned lol
  11. local username = "YOURUSERNAMEGOESHERE"
  12. game.Workspace.HandToCentre.AddPoint:FireServer(username)
  13.  
  14. Last Script: Remote Point
  15. -- 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!
  16. local username = "ANYUSERNAMECANGOHERE!!"
  17. game.Workspace.HandToCentre.RevokePoint:FireServer(username)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement