Posts: 5,683
Threads: 413
Joined: Aug 2012
Reputation:
0
Try adding a Fixed Rotation.
Posts: 2,647
Threads: 177
Joined: Feb 2011
Reputation:
0
Oh, I was about to say empty her gas tank.
Is it more than one part?
Posts: 2,843
Threads: 382
Joined: Jul 2012
Reputation:
0
Try putting this script in the RotationController:
[lua]
local c = script.Parent
local p = c.Parent
link(c.PropertyChanged, function(k, v)
c.Velocity = 0
p.Rotation = 0
end)
[/lua]
Top down mode is only designed to work with characters viewed from the top, so you'll have to use a tool for horizontal movement to work.