Hello, first time posting a topic here.
Apologies if this is in the wrong section,
What I’ve been trying to achieve is two little things from Blockland, well, an addon for blockland.
I’ve been trying for a few days to achieve these two little features that are in it, one being hard to do, and the other one also being hard to do. (well for me at least)
Here’s two snippets;
Effect 1
Effect 2:
(I’ve seen these effects done in a roblox game before, forgot the name and the link, I just remember seeing it and playing it, and it had to do with this addon)
Those effects are two i’ve currently been struggling with. The first one locks the player and the npc in place, making the player stuck there while the npc sits behind them still, waiting for the player to turn around and if the player does not turn around, the nc goes away letting the player move again.
The second effect does the exact same thing as the top one, except this time it forces the player to turn around, not in a smooth motion either, but in a rather choppy way, I’ve tried lerps and tweens and cframe changes for this, but however it’s been rendered useless as whatever I try has not come close as to rendering the same effect. (haha get it renderman)
I’ve currently tried changing the currentcameras cframe by a few seconds to look at it to recreate the choppiness, but that has been not working efficiently. Lerps and tweens make the turns smooth instead of choppy, so that is not what has worked.
I do not want an entire script wrote out for me on how to do both of them, I’d rather have an idea of what to do and explain what stuff does so I can at least learn from it, any help is appreciated, thank you so much.