Daniel555ok

Arsenal FE Music Player

May 25th, 2020
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. value = "3225507391" --song id
  2.  
  3.  
  4. local args = {
  5. [1] = {
  6. [1] = "UpdateID",
  7. [2] = value,
  8. },
  9. }
  10.  
  11. game:GetService("ReplicatedStorage").Events.UpdateLoadout:FireServer(unpack(args))
  12.  
  13. local args = {
  14. [1] = true,
  15. [2] = game:GetService("ReplicatedStorage").Taunts.Megaphone,
  16. }
  17.  
  18. game:GetService("ReplicatedStorage").Events.ReplicateGear:FireServer(unpack(args))
  19.  
  20.  
  21.  
  22.  
  23. Players = game:GetService("Players")
  24. for i, player in pairs(Players:GetPlayers()) do
  25. print("["..i.."] = "..player.Name)
  26. local args = {
  27. [1] = "GET NOOB",
  28. "["..i.."] = "..player.Name,
  29. }
  30. end
Add Comment
Please, Sign In to add comment