Advertisement
TheRealHeh

Skittless

Sep 29th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. _G.Skittles = true
  2.  
  3. if _G.Skittles == true then
  4. repeat
  5. wait(0.01)
  6. local tbl_0xe6769d14d88568e8 =
  7. {
  8. math.random(1, 255),
  9. math.random(1, 255),
  10. math.random(1, 255)
  11. }
  12. local tbl_main =
  13. {
  14. game.Players.LocalPlayer.Character,
  15. tbl_0xe6769d14d88568e8
  16. }
  17. game:GetService("Workspace").CommunicationRelays.Character.ChangeSkinColor:FireServer(unpack(tbl_main))
  18.  
  19. until _G.Skittles == false
  20. else
  21. print()
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement