|
| 16 Aug 2014 10:37 PM |
You know what happens when you stand on moving objects on Roblox, it stutters and you fall.
Does anyone know a method of standing solidly on top of something, a moving train, without slipping off? |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2014 10:39 PM |
| i would like to see a solution to this too |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2014 10:41 PM |
There's always the solution of turning your gravity up. Or use a vehicle that moves using C-frame instead of rolling parts. |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2014 10:42 PM |
| weld your player to it when you touch and when you try and move unweld yourself |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2014 10:42 PM |
| Does turning gravity up really solve this problem? |
|
|
| Report Abuse |
|
|
| |
|
|
| 16 Aug 2014 11:25 PM |
//legendary I think you would stutter as soon as you move |
|
|
| Report Abuse |
|
|
| |
|
|
| 17 Aug 2014 03:02 PM |
| Prejudice. Yes i have tried it |
|
|
| Report Abuse |
|
|
| |
|
cade2000
|
  |
| Joined: 09 Aug 2009 |
| Total Posts: 887 |
|
|
| 17 Aug 2014 10:37 PM |
Welding the player is a good one, another one isn't to c-frame the movement, but to use something like rocketpropulsion, body position, etc...
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." - Martin Golding |
|
|
| Report Abuse |
|
|
|
| 18 Aug 2014 04:05 PM |
| Does the jittering stop when you are walking on the moving object? If so welds would be amazing |
|
|
| Report Abuse |
|
|
| |
|
connor954
|
  |
| Joined: 24 Jul 2008 |
| Total Posts: 947 |
|
|
| 18 Aug 2014 04:39 PM |
Try moving the train tracks instead to make it look and feel like it's moving.
~I prefer pie as a food, not a math problem...[Twitter: C-RBLX] |
|
|
| Report Abuse |
|
|
|
| 18 Aug 2014 04:47 PM |
| Sorry connor ,but my eyes can clearly distinguish the difference between an illusion and real movement. |
|
|
| Report Abuse |
|
|
connor954
|
  |
| Joined: 24 Jul 2008 |
| Total Posts: 947 |
|
|
| 18 Aug 2014 04:49 PM |
k
~I prefer pie as a food, not a math problem...[Twitter: C-RBLX] |
|
|
| Report Abuse |
|
|
|
| 18 Aug 2014 05:04 PM |
| But thanks for the suggestion |
|
|
| Report Abuse |
|
|
|
| 18 Aug 2014 08:04 PM |
The whole map would have to move, instead of just the track. Otherwise, you'd never leave the spot. :l |
|
|
| Report Abuse |
|
|
|
| 18 Aug 2014 08:17 PM |
'Sorry connor ,but my eyes can clearly distinguish the difference between an illusion and real movement.'
Unfortunately, they can't. The Roblox world never actually moves, and all your eyes see is light that is filtered through liquid crystals that have varying opacity based on the electrical charge in them. |
|
|
| Report Abuse |
|
|
|
| 18 Aug 2014 08:43 PM |
Use CFrame.
if game.Workspace.PartName.Position /= game.Workspace.You.Position then game.Workspace.You.CFRAME = game.Workspace.PartName.CFRAME end |
|
|
| Report Abuse |
|
|
|
| 18 Aug 2014 08:46 PM |
Ben, that is a solution for straight forwards, and backwards movement. But what about turns? |
|
|
| Report Abuse |
|
|
|
| 18 Aug 2014 08:47 PM |
| Make your own pseudo-character if you want it to be flawless. |
|
|
| Report Abuse |
|
|
Conmiro
|
  |
| Joined: 13 Oct 2008 |
| Total Posts: 3393 |
|
|
| 18 Aug 2014 08:48 PM |
| Use BodyPosition or one of the similar classes. Your character will stay on top of the object in a consistent position. |
|
|
| Report Abuse |
|
|
|
| 18 Aug 2014 09:02 PM |
weeellllldsssssssssssssss
owait im a hypocrite |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2014 05:39 PM |
| my train will turn and the carts behind too. |
|
|
| Report Abuse |
|
|