I am trying to make a spoiler rise when my car does a certain speed. Here is my script, I am quite new but I need this on my car so please be patient with me.
1 | local x = Script.Parent.Position |
2 | local y = Script.Parent.Position |
3 | local z = Script.Parent.Position |
4 | if Script.Parent.Parent.Parent.Chassis.VehicleSeat 1. Speed = = 10 |
5 | then |
6 | instance.new { BodyPosition,Parent } |
7 | script.Parent.BodyPosition.position = Vector 3. new(x,y+ 1 ,z ) |
8 | end |
Please help me out! Thanks!
You need to do what Tesouro said plus a few case sensitive things.
0n 04 it should be
1 | if script.Parent |
I think it needs to be on 06:
1 | Instance.new |
And then also it might have on 06:
1 | (BodyPosition,Parent) |
I'm sure other more experienced people will be able to help you out.