Categories > Exploiting > Scripts >
gotopart script
Posted
I need a script that teleports the player to the part from the workspace
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.
Cancel
Post
Replied
tysm dude ololololollolol
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post