I have a simple question. Where exactly would I be able to find the character's position and change it with a script?
This is not a request site, but here's an example:
local plr = game.Players.LocalPlayer local char plr.CharacterAdded:Connect(function(c) char = c end) repeat wait() until char char:SetPrimaryPartCFrame(CFrame.new(15,15,15)) --You can change the X,Y, and Z