Car Chassis Code

Hello im trying to follow @sleitnick car chassis tutorial but i ran into a error with my code i did everything exactly as he did the only diffrents is i used my own model heres the error and codeYes1 Heres the code


Please tell me what i got wrong as i dont understand coding that well yet im still learning!

1 Like

In the last line, dont include the set of ()s after BodyTouched
It should look like this:
body.Touched:Connect(BodyTouched)

1 Like