Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Play music:
- local id = AUDIOID
- game.ReplicatedStorage.AB:FireServer("StartGlobalSong", id)
- Stop music
- game.ReplicatedStorage.AB:FireServer("StopGlobalSong")
- Change today:
- game.ReplicatedStorage.AB:FireServer("ChangeTime", "Day")
- Change tonight:
- game.ReplicatedStorage.AB:FireServer("ChangeTime", "Night")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement