|
| 01 May 2013 06:24 PM |
I have an elevator that has a script which is basically just this:
s = script g = game.Workspace Platform = s.Parent.Parent.Platform function onClicked() Platform.BodyVelocity.velocity = Vector3.new(0, 5, 0) end script.Parent.ClickDetector.MouseClick:connect(onClicked)
The other scripts are just like that but have a different Vector3.new position.
The elevator works perfectly fine when I'm the only one inside it but it gets really cray when another player is inside. As in cray, I mean that the elevator's base/floor gets shaky and our feet get inside it. Is there any way I can fix this? Thanks.
|
|
|
| Report Abuse |
|
|
| |
|
|
| 01 May 2013 06:40 PM |
This is probably because of lag...
You want it to look smooth? |
|
|
| Report Abuse |
|
|
|
| 01 May 2013 06:43 PM |
| I guess it might be. The elevator functions smoothly when it's only me inside it. |
|
|
| Report Abuse |
|
|
|
| 01 May 2013 06:58 PM |
| Lock the parts of the elevator. |
|
|
| Report Abuse |
|
|
|
| 01 May 2013 07:01 PM |
Discontinue use and call your local repairman.
-- http://www.roblox.com/Innocent-place?id=23319537 ~ Innocence |
|
|
| Report Abuse |
|
|
|
| 01 May 2013 07:05 PM |
^ D: but my phone's broken!
@Justin, oh okay I'll do that, thanks. |
|
|
| Report Abuse |
|
|
| |
|