Categories > Exploiting > Scripts >

gotopart script

New Reply

Xone

x0n3wrd

Posts: 2

Threads: 1

Joined: Sep, 2024

Reputation: 0

Posted

I need a script that teleports the player to the part from the workspace

  • 0

  • Comment

S_B

Future

Posts: 2

Threads: 0

Joined: Oct, 2024

Reputation: 0

Replied

okay
----------------------------------------------
local part = "" --[[put the part name here, if there are multiple parts with the same name you need to use a tool like Dex to rename it locally and put that new name in here.]]

 

if game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character.HumanoidRootPart then game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game.Workspace:WaitForChild(part).Position end
----------------------------------------------
this isnt a very hard script, what i do is change the character's humanoidrootpart position to the part's position (after finding the part using the name).

if anything isnt working, like it not teleporting, either you entered the name wrong or its the issue i told u before, if there are multiple parts in workspace with the same name this script might find a different one.

  • 0

  • Comment

Xone

x0n3wrd

Posts: 2

Threads: 1

Joined: Sep, 2024

Reputation: 0

Replied

tysm dude ololololollolol

  • 0

  • Comment

Login to unlock the reply editor

Add your reply

Users viewing this thread:

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