The Thing doesnt move???? what the hecc???
i've been Working in an optimized script ffor my sinking ship game but it just doesn't work. No error messages. No warnings. F in the chat.
03 | local ship = script.Parent |
04 | local P = ship.PrimaryPart |
11 | local X = P.Position.X |
12 | local Y = P.Position.Y |
13 | local Z = P.Position.Z |
14 | if ship.Trigger 1. Position >SeaLevel then |
15 | ship:SetPrimaryPartCFrame( |
16 | P.CFrame * CFrame.Angles( |
17 | math.rad(. 01 ), 0 ,math.rad(. 01 ) |
20 | ship:SetPrimaryPartCFrame( |
21 | P.CFrame + Vector 3. new( |