Vexera2

ROBLOX NOOB SCRIPT

Aug 22nd, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. game.Workspace.ChildAdded:Connect(function(plr)
  2. local name = plr.Name
  3. local playerinplayers = game.Players:FindFirstChild (plr.Name)
  4. if playerinplayers ~= nil then
  5. playerinplayers.CanLoadCharacterAppearance = false
  6. plr.Head.face.Texture = "rbxassetid://275614649"
  7. local bodycolors = Instance.new ("BodyColors" ,plr)
  8. bodycolors.RightArmColor = BrickColor.new("New Yeller")
  9. bodycolors.LeftArmColor = BrickColor.new("New Yeller")
  10. bodycolors.LeftLegColor = BrickColor.new("Lime green")
  11. bodycolors.RightLegColor = BrickColor.new("Lime green")
  12. bodycolors.TorsoColor = BrickColor.new("Really blue")
  13.  
  14. end
Add Comment
Please, Sign In to add comment