I was writing script in the STUDIO, uy when I play it it doesn't work. It is here:
print 'Hello world!'
local function makekartblueish()
carbody.cornerbumper = brickcolor.toothpaste()
carbody.FrontBumperMain = brickcolor.toothpaste()
carbody.FrontBumperPlate = brickcolor.toothpaaste()
carbody.FrontBumperWedge = brickcolor.toothpaste()
carbody.FrontSteeringBeam = brickcolor.toothpaste()
carbody.LeftBumper = brickcolor.toothpaste()
carbody.NumberPlateHolder = brickcolor.toothpaste()
carbody.RearBumper = brickcolor.toothpaste()
carbody.RightSideBumper = brickcolor.toothpaste()
carbody.SteeringColumn = brickcolor.toothpaste()
end
local gokartstuff = game.workspace.gokart
local carbody = gokartstuff.body
gokartstuff.tires.tire.friction = 0.08
gokartstuff.tires.tire.transparency = 1
gokartstuff.body.cornerbumper
makekartblueish()
Can anyone help me? Why isn't it working and what can I do? |