Categories > Exploiting > Scripts >

Teleport to a player [Trash]

Slycko

Slycko

Posts: 29

Threads: 1

Joined: Jun, 2022

Reputation: 0

Posted

I know that this script is trash but it's my first exploit script lol

 

local player = game.Players.LocalPlayer.Character.HumanoidRootPart

local targetcf = game.Players.TARGETNAMEHERE.Character.HumanoidRootPart

 

 

print("Your CFrame is:", player.CFrame)

print("Your Target CFrame is:", targetcf.CFrame)

 

player.CFrame = targetcf.CFrame

 

print("Your New CFrame is:", player.CFrame)

 

replace TARGETNAMEHERE with your targets name

 

  • 0

Owner Of Slycko Exploit

Posts: 2014

Threads: 198

Joined: Apr, 2021

Reputation: 16

Replied

Pretty basic, but as for your first script? Good work!

  • 0

Random quote here...

Slycko

Slycko

Posts: 29

Threads: 1

Joined: Jun, 2022

Reputation: 0

Replied

  • 0

Added

@_realnickk

Thanks, I'm planning on learning more about making Roblox exploit scripts because it's kinda fun for me lol

  • 0

Owner Of Slycko Exploit

Posts: 1430

Threads: 71

Joined: May, 2022

Reputation: 20

Replied

you should use variables since it would be much easier for the user

-- Bad:

game.Players.Xx_pro_xX


-- Good:

local name = "Xx_pro_xX"

game.Players[name] --same thing

  • 0

i use arch btw

Slycko

Slycko

Posts: 29

Threads: 1

Joined: Jun, 2022

Reputation: 0

Replied

@Whoman

Ok thanks 

 

  • 0

Owner Of Slycko Exploit

Posts: 1430

Threads: 71

Joined: May, 2022

Reputation: 20

Replied

  • 0

i use arch btw

Users viewing this thread:

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