Hello! I can’t find a way to get a model face the player and then move towards the player, I’m new to scripting so this might be really easy and I’m just stupid lol.
I was attempting to script it and this is about all the progress I made lol
local player = game.Players.LocalPlayer
local function facePlayerLoop(player)
end
The CFrame needs to be only on the X axis, so the model turns towards the player only on the x axis.
I was also trying to get it to face the player smoothly(like a delay) but I’m really new to CFrames and I don’t know how to do that lol
I also really don’t want to break the rule where I can’t ask for you guys to write an entire script for me so if I am breaking this rule(because I dont honestly know) then please tell me.
Thanks!