Categories > Exploiting > Roblox >
how to see roblox game cFrame (not in studio)
Posted
yeah how to see because i want to make script that can teleport to cFrame(location)
print(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
Replied
If you want to copy the CFrame to your clipboard use the following:
[code]
function copy(cf) setclipboard(("CFrame.new(%s)"):format(tostring(cf))) end
copy(game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame)
[/code]
Cancel
Post
Proud creator of: WRD+
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post