#Target position not updating

5 messages · Page 1 of 1 (latest)

karmic kelp
#

I have a script that creates a part and makes it follow wherever its target is. If the target has a humanoid (player or npc), it will follow them constantly but if it is a point that is not a player or npc, it will just go to that point. The point is not updating when tracking players so it only goes to where the humanoid root part was and stops

#

The function is there bc this is all done from a key bind

#

Also while the script is here, for some reason the object is still obeying gravity

karmic kelp
#

I found a solution to the target one but it’s not the most efficient in terms of script length