Roblox Body Position. The BodyPosition object applies a force on its Parent to move towards a position specified in world coordinates. If the Parent is already at the specified So, I've got a body position to move my train here, the start and finish is marked with a black part. The problem I have, is when the train
So, I've got a body position to move my train here, the start and finish is marked with a black part. The problem I have, is when the train
i was looking at the object editor there was no bodyposition and bodygiro, post: https://devforum.roblox.com/t/new-body-movers/33652.
The BodyPosition object applies a force on a BasePart such that it will maintain a constant position in the world. The Position property, not to be confused
The BodyPosition object applies a force on its Parent to move towards a position specified in world coordinates. If the Parent is already at the specified
My use of BodyPosition relies on the Maxforce property being a Vector3 and I have yet to find a replacement for it.
I am trying to make a moving part in an obby that a player can stand on properly without falling off, so I've tried tween but tween doesn't allow players to
Hi. While scripting a knockback mechanism for my combat system, I encountered a glitch. Whenever the body position for the knockback is
You're parenting the body position to the player instead of the HumanoidRootPart. local BP = Instance.new("BodyPosition",v). Should be local BP = Instance.new("
Hello, I am making a drone that follows a player I used body gyro and body position but as you know they are deprecated what would I use and
Alright so I'm not 100% sure if this is all I need to achieve this, but currently I'm trying to use BodyPositions and BodyGyros to prevent