#how do i make it when u choose a plot u get teleported to it
1 messages · Page 1 of 1 (latest)
Create a part, anchore it and make it transparent and set the collide off, in the localscript (if it's a localscript)
local plr = game.Players.Localplayer
Local char = plr.Character
local Part2 = ---yourpart
Local humroot = char:WaitForChild("HumanoidRootPart")
task.Spawn(Function()
humroot.CFrame = Part2.CFrams
end)
where i put the localscript?
somewhere, where it will be replciated to the client perferrebly