|
| 09 Jul 2016 02:34 PM |
| I'm making a game where players can be a ball and roll around. Right now all I have is the illusion of rolling, I make their character morph into a ball and make their body parts invisible and the ball part has a spin script in it, but that's just an illusion, I really want them to roll around. |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
| |
|
kools
|
  |
| Joined: 11 Jan 2009 |
| Total Posts: 1659 |
|
|
| 09 Jul 2016 02:44 PM |
Apply a body force on the ball based on WASD or arrow key presses. W will make it go forward. Be sure the force (http://wiki.roblox.com/index.php?title=API:Class/BodyForce) vector is relative to the PlayersCamera.
This is pretty involved and to create a script for you might be too much an effort. |
|
|
| Report Abuse |
|
|