Claym1x
(Emma)
February 17, 2025, 6:41am
#1
Hi there, in my game the player is required to jump off a floating island and skydive down to the map. I’m having an issue where once the player lands the player trips and either gets flung or falls over.
I found this script which works to prevent that tripping, but this doesn’t replicate to the server and creates weirdness.
Any suggestions? i’ve tried setting the position on the server and moving this script to the server but that just made the problem worse.
qcrimson_7
(real_quandie)
February 17, 2025, 6:44am
#2
execute Humanoid:SetStateEnabled(Enum.HumanoidStateType.Ragdoll, false) on both script contexts
Claym1x
(Emma)
February 17, 2025, 6:55am
#3
That still results in the player being fine on their client but not the server
qcrimson_7
(real_quandie)
February 17, 2025, 6:58am
#4
have you tried to do this on server too?
Claym1x
(Emma)
February 17, 2025, 6:59am
#5
Yes I have
(char limit askjfshfhjsdfhjsdfjs)
qcrimson_7
(real_quandie)
February 17, 2025, 7:00am
#6
i dont know then, it is worked for me when i encountered same issue. sorry
Claym1x
(Emma)
February 21, 2025, 10:19pm
#7
Fixed this, a combination of the original script + modifying another script in the game that controlled player movement fixed it.
system
(system)
Closed
March 7, 2025, 10:20pm
#8
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.