Categories > Exploiting > Roblox >

how to see roblox game cFrame (not in studio)

Posts: 2

Threads: 2

Joined: Apr, 2020

Reputation: 0

Posted

yeah how to see because i want to make script that can teleport to cFrame(location)

 

 

print(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
 
  • 0

PoopMaster

SoundInfinity

noticed

Posts: 120

Threads: 23

Joined: Jul, 2019

Reputation: 9

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]

  • 0

Proud creator of: WRD+

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )