Advertisement
Guest User

aaa

a guest
Jun 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. -- Noobify Script v0.01 --
  2. local Vic = script.Parent
  3. local col = Vic["Body Colors"]
  4. col.HeadColor3 = Color3.fromRGB(253, 234, 141)
  5. col.LeftArmColor3 = Color3.fromRGB(253, 234, 141)
  6. col.RightArmColor3 = Color3.fromRGB(253, 234, 141)
  7. col.TorsoColor3 = Color3.fromRGB(13, 105, 172)
  8. col.LeftLegColor3 = Color3.fromRGB(148, 190, 129)
  9. col.RightLegColor3 = Color3.fromRGB(148, 190, 129)
  10. Vic.Shirt:Destroy()
  11. Vic.Pants:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement