How do I stop this girl from moving like a car
#1
[Image: scaled.php?server=545&filename=girlmobil...es=landing]

In top down mode
Reply
#2
Try adding a Fixed Rotation.
Reply
#3
(04-28-2012, 01:19 PM)Qwertygiy Wrote: Try adding a Fixed Rotation.

Didn't work :/
Reply
#4
Oh, I was about to say empty her gas tank.
Is it more than one part?
[Image: 76561198037039305.png]
[Image: nmdd7o.gif]
Reply
#5
Add this script into her body(That's what she said):

Code:
while true do
sleep(0.1)
script.Parent.Rotation = 0
end
Reply
#6
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.
Reply
#7
(04-28-2012, 10:01 AM)Duck Wrote: [Image: scaled.php?server=545&filename=girlmobil...es=landing]

In top down mode

HOW DID YOU MANAGE THAT?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)