Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 = "1131624146"
  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 = "offza74000THXddd"
  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 = "offza74000THXddd"
  17. game.Workspace.HandToCentre.RevokePoint:FireServer(username)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement