|
| 05 Sep 2011 08:32 PM |
blox.CFrame = blox.CFrame + Vector3.new(0,0.3,0) wait(0.1)
I made an elevator using this, but sometimes people's torsos go like halfway through the moving floor. Is there any way (besides changing moving speed) to prevent players from going through the floor? |
|
|
| Report Abuse |
|
|
SDuke524
|
  |
| Joined: 29 Jul 2008 |
| Total Posts: 6267 |
|
|
| 05 Sep 2011 08:45 PM |
| use a smaller unit and / or slower elevator. |
|
|
| Report Abuse |
|
|
|
| 05 Sep 2011 08:46 PM |
Is there any way (besides changing moving speed)...
>.< |
|
|
| Report Abuse |
|
|
SDuke524
|
  |
| Joined: 29 Jul 2008 |
| Total Posts: 6267 |
|
|
| 05 Sep 2011 08:47 PM |
| use seats or just weld them to the part. |
|
|
| Report Abuse |
|
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 06 Sep 2011 10:07 AM |
| Hmm, seats is the most likley way to fix this. |
|
|
| Report Abuse |
|
|
zars15
|
  |
| Joined: 10 Nov 2008 |
| Total Posts: 9999 |
|
|
| 06 Sep 2011 10:08 AM |
| Use bodyPosition for smoother/faster moving.. |
|
|
| Report Abuse |
|
|
opplo
|
  |
| Joined: 09 Dec 2008 |
| Total Posts: 5320 |
|
|
| 06 Sep 2011 10:09 AM |
| Its no good using CFrame for elevator's Players dont Stay on CFramed moving things, The CFrame will go right through you, also it will be a very slow elevator. |
|
|
| Report Abuse |
|
|
|
| 06 Sep 2011 10:15 AM |
| If you read the wiki, CFrame are built to go through other bricks. Your characters are bricks. So, I do this, instead, using position or those BodyGyro, BodyForce, etc things. |
|
|
| Report Abuse |
|
|