#How to make an object/humanoid look at something with a less smooth animation

14 messages · Page 1 of 1 (latest)

random plinth
#

I want to make a humanoid look at something, but there is less frames to look at (ex. blocktales NPCs looking at you)

wary ventureBOT
#

studio** You are now Level 3! **studio

chrome jungle
#

like the choppy animation?

random plinth
#

Yeah (ex: blocktales npc rotation)

chrome jungle
#

ok i get it

#

so whenever you’re animating just set the easing style to none for all of the frames

#

or tweening

random plinth
#

But how would I make it to look at a player (similarly to cframe.lookat())

chrome jungle
#

you would do CFrame.LookAt(
the position to look FROM,
the position to look AT)

#

and it doesn’t have to be an actual animation you could just make the look vector change every 0.25 seconds or something like that to replicate the choppy animation

chrome jungle
random plinth
chrome jungle
wary ventureBOT
#

studio** You are now Level 8! **studio