So I’m working on an obby I was making a checkpoint script when I finished making the checkpoint script I’ve notice my avatar is in a weird position does anyone know why is this happening and how can I prevent this from happening its really bugging me out and I feel like I have a backdoor plugin in my game because of this
Unless you coded that on your own, which in making a post about this I am pretty sure you didnt, that is definitely some script in your game doing that. Maybe it is in the spawnpoint if you didn’t code that yourself? It’s most likely just some malicious troll script you unknowingly added in your game. You could always search getfenv/setfenv with CTRL + SHIFT + F to see if you find any matches.
You might also want to go through any free models you might have added, and your plugins.
Hmm, normally setting the CFrame of the HRP shouldn’t break the character like that. Does it still happen if you comment out the line where you set the part’s Orientation?
In fact the CFrame you are setting the character to is pointing straight down to the ground; the second argument in the constructor isn’t necessary here: