04-28-2012, 10:01 AM
In top down mode
How do I stop this girl from moving like a car
|
04-28-2012, 10:01 AM
In top down mode
04-28-2012, 01:19 PM
Try adding a Fixed Rotation.
04-28-2012, 01:29 PM
04-28-2012, 08:30 PM
Add this script into her body(That's what she said):
Code: while true do
04-28-2012, 08:41 PM
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.
05-19-2012, 02:16 AM
|
« Next Oldest | Next Newest »
|