Alexware
|
  |
| Joined: 07 May 2010 |
| Total Posts: 661 |
|
|
| 01 Mar 2014 10:24 AM |
How would I make something that goes in the player that keeps you from falling
example;
if script.Parent.Torso.Position=Vector3.new(x,-4,z) then script.Parent:MoveTo(Vector3.new(x,10,z)) end |
|
|
| Report Abuse |
|
|
GamingOwl
|
  |
| Joined: 18 Feb 2014 |
| Total Posts: 350 |
|
|
| 01 Mar 2014 10:34 AM |
1. It needs a quick loop so it keeps checking their position. 2.I am not 100% sure if you
if script.Parent.Torso.Position=Vector3.new(x,-4,z) then
use vector3.new in this case... I could be wrong... But your not creating a new position you are checking for the current placement. |
|
|
| Report Abuse |
|
|
|
| 01 Mar 2014 10:39 AM |
while wait() do Torso.CFrame = Vector3.new(Torso.Position.X,0,Torso,Position.Z) end
edit that |
|
|
| Report Abuse |
|
|