#Forcing player to crawl, just like they would do in a 1 block space.

4 messages · Page 1 of 1 (latest)

dire cobalt
#

How would I go on about forcing the player to crawl/drag themselves on the floor? I have tried to set the pose to SWIMMING but it doesn't work, either being snappy or you're always standing up. I have done this on server script.

visual templeBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

dire cobalt
#

Forcing player to crawl, just like they would do in a 1 block space.

dire cobalt
#

nevermind. peak support...

I found out how to do it:

PlayerEvents.tick(event => {
event.player.forcedPose = 'swimming'
})

in client script.