Advertisement
Guest User

Rokasss

a guest
Jan 19th, 2019
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. localplayerusername = game.Players.LocalPlayer.Name
  2.  
  3.  
  4. local A_1 = game:GetService("Workspace")[localplayerusername]
  5. local A_2 = 1192464705
  6. local A_3 = "Hat1"
  7. local Event = game:GetService("Workspace").CommunicationRelays.Character.EquipAccessory
  8. Event:InvokeServer(A_1, A_2, A_3)
  9.  
  10. local A_1 = game:GetService("Workspace")[localplayerusername]
  11. local A_2 = 2763657853
  12. local A_3 = "Shirt1"
  13. local Event = game:GetService("Workspace").CommunicationRelays.Character.EquipAccessory
  14. Event:InvokeServer(A_1, A_2, A_3)
  15.  
  16. local A_1 = game:GetService("Workspace")[localplayerusername]
  17. local A_2 = 2739898820
  18. local A_3 = "Pants1"
  19. local Event = game:GetService("Workspace").CommunicationRelays.Character.EquipAccessory
  20. Event:InvokeServer(A_1, A_2, A_3)
  21.  
  22. local A_1 = game:GetService("Workspace")[localplayerusername]
  23. local A_2 = 128992838
  24. local A_3 = "Face1"
  25. local Event = game:GetService("Workspace").CommunicationRelays.Character.EquipAccessory
  26. Event:InvokeServer(A_1, A_2, A_3)
  27.  
  28. local A_1 = game:GetService("Workspace")[localplayerusername]
  29. local A_2 = 1117719026
  30. local A_3 = "Hat2"
  31. local Event = game:GetService("Workspace").CommunicationRelays.Character.EquipAccessory
  32. Event:InvokeServer(A_1, A_2, A_3)
  33.  
  34.  
  35.  
  36. local A_1 = game:GetService("Workspace")[localplayerusername]
  37. local A_2 =
  38. {
  39. [1] = 1,
  40. [2] = 0.8,
  41. [3] = 0.6
  42. }
  43. local Event = game:GetService("Workspace").CommunicationRelays.Character.ChangeSkinColor
  44. Event:FireServer(A_1, A_2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement