Advertisement
PersonsadminTeam

TattleTail Scripts

Apr 10th, 2017
651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. Play music:
  2. local id = AUDIOID
  3. game.ReplicatedStorage.AB:FireServer("StartGlobalSong", id)
  4.  
  5. Stop music
  6. game.ReplicatedStorage.AB:FireServer("StopGlobalSong")
  7.  
  8. Change today:
  9. game.ReplicatedStorage.AB:FireServer("ChangeTime", "Day")
  10.  
  11. Change tonight:
  12. game.ReplicatedStorage.AB:FireServer("ChangeTime", "Night")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement