01 | local part = script.Parent |
02 | local player = game.Players.LocalPlayer.Character |
03 | local animation = player.Humanoid:LoadAnimation(script.Animation) |
06 | local function animationAndSkin() |
07 | if canRun = = true then |
09 | player.Head.BrickColor = BrickColor.new( "[Body Color Here]" ) |
10 | player.LeftLeg.BrickColor = BrickColor.new( "[Body Color Here]" ) |
11 | player.RightLeg.BrickColor = BrickColor.new( "[Body Color Here]" ) |
12 | player.Torso.BrickColor = BrickColor.new( "[Body Color Here]" ) |
13 | player.LeftArm.BrickColor = BrickColor.new( "[Body Color Here]" ) |
14 | player.RightArm.BrickColor = BrickColor.new( "[Body Color Here]" ) |
20 | part.Touched:connect(animationAndSkin) |
Ok, so, make sure that this is a LOCAL SCRIPT and put it in that part you want to touch. Next Put an animation INSIDE of the LOCAL SCRIPT. Last thing is change every [Body Color Here]
to whatever color you like, but dont forget to put your color in "". Note: This script works only with the R6 character.