View difference between Paste ID: iZntTh0s and FZVjdzby
SHOW: | | - or go back to the newest paste.
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!"
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)