Hello, So, I’m really bad with Vector3 and CFrame, I don’t know how to use it, I don’t know how to make this, like, I was trying to make the camera goes on the position similar to the shift lock, but more to the right, how would I make this?
local RunService = game:GetService("RunService")
local Player = game.Players.LocalPlayer
local Character = Player.Character or Player.CharacterAdded:Wait()
_G["ignacasas06"] = true
RunService.Heartbeat:Connect(function()
if _G[Player.Name] == true then
local Camera = workspace.CurrentCamera
end
end)
I’m really bad with CFrame, I just, don’t know how to do it, what should I do! Any recommendation?