robloxapp-20240818-1226596.wmv (1.4 MB)
(Sorry for bad video quality)
So im just messing with roblox physics and trying to make a grappling hook, but the player goes crazy and its really hard to control like that
I know this is a common and know roblox issue (not really an issue its just the way how it works)
but i wonder if there is any way to fix it?
heres a possible way to fix:
whats happening is the plaayer’s humanoid is changing its state to Ragdoll. so the way to fix is to stop that from happening. most efficient way i can think of is through events. Connect an event to Humanoid.Ragdoll
that event fires when the player enters or leaves the ragdoll state and it has a parameter that tells you if player entered (true) or left (false) the state. so inside the event function, if the parameter is true then change the humanoid state to falling
2 Likes