Advertisement
ZKiller

Wild Grox Script [ROBLOX]

Aug 27th, 2017
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. --=================[Main]=================--
  2. wait(1)
  3. local shirt = script.Parent:FindFirstChild("Shirt")
  4. if shirt ~= nil then
  5. shirt.Parent = nil
  6. end
  7. local pants = script.Parent:FindFirstChild("Pants")
  8. if pants ~= nil then
  9. pants.Parent = nil
  10. end
  11.  
  12. --=================[DECORATIONS]=================--
  13. local ears = Instance.new("Part")
  14. ears.Parent = model
  15. ears.Size = Vector3.new(1,1,1)
  16. ears.BrickColor = BrickColor.new('Pastel brown')
  17. local ear_weld = Instance.new("Weld")
  18. ear_weld.Parent = ears
  19. ear_weld.Part0 = script.Parent.Head
  20. ear_weld.Part1 = ears
  21. local ears_mesh = Instance.new("SpecialMesh")
  22. ears_mesh.Parent = ears
  23. ears_mesh.MeshType = "FileMesh"
  24. ears_mesh.MeshId = "http://www.roblox.com/asset/?id=1374148"
  25. ears_mesh.Scale = Vector3.new(1,2,1)
  26. ears_mesh.Offset = Vector3.new(0,.8,0)
  27.  
  28. local smile = Instance.new("Decal")
  29. smile.Parent = script.Parent.Head
  30. smile.Face = "Front"
  31. smile.Texture = "http://www.roblox.com/asset/?id=99562607"
  32. --=================[End of that things]=================--
  33. while true do
  34. wait(.1)
  35. script.Parent.Head.face.Texture = "http://www.roblox.com/asset/?id=990211738"
  36. script.Parent["Body Colors"].HeadColor = BrickColor.new('Dusty Rose')
  37. script.Parent["Body Colors"].LeftArmColor = BrickColor.new('Dusty Rose')
  38. script.Parent["Body Colors"].LeftLegColor = BrickColor.new('Dusty Rose')
  39. script.Parent["Body Colors"].RightArmColor = BrickColor.new('Dusty Rose')
  40. script.Parent["Body Colors"].RightLegColor = BrickColor.new('Dusty Rose')
  41. script.Parent["Body Colors"].TorsoColor = BrickColor.new('Dusty Rose')
  42. local hats = script.Parent:FindFirstChildOfClass("Accessory")
  43. hats.Parent = nil
  44. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement