#teleporting a player to a part

35 messages · Page 1 of 1 (latest)

rocky osprey
#

can u send ur script?

rustic canyon
#

i dont have one yet because i dont know where to start

#

i saw another post about the same thing but it says to put that script in players service i dont know what player service is

#

like i said im very new

rustic canyon
# rocky osprey can u send ur script?

local Players = game:GetService("Players")
local TargetPart = game.Workspace.TeleportPoints.SellPart
local sellbutton = game.StarterGui.menu.sellbutton

if sellbutton.MouseButton1Click then
Players:MoveTo(TargetPart.Position)
end

#

this is the script i have under starterplayerscripts folder

#

should i create a remote event under replicated storage?

#

if so how do i define what that event is

#

and how do i call for it?

rocky osprey
#

try with this

local Players = game:GetService("Players")
local TargetPart = game.Workspace.TeleportPoints.SellPart
local sellbutton = game.StarterGui.menu.sellbutton

if sellbutton.MouseButton1Click then
    Players.Character.HumanoidRootPart.CFrame = CFrame.new(" here position")
end
#

@rustic canyon

rustic canyon
#

tysm bro il try

#

where do i put this

rocky osprey
#

only replace " Players:MoveTo(TargetPart.Position)" with "Players.Character.HumanoidRootPart.CFrame = CFrame.new(" here position")"

rustic canyon
#

do i put TargetPart in the here position place

#

or do i put

#

TargetPart.Position

rocky osprey
#

if u want targetpart.position but i recomended position like "143,94,03" exmaple*

rustic canyon
#

what are those number

#

numbers

#

x y and z

#

?

rocky osprey
#

yeah

rustic canyon
#

ok let me see

#

ok its still not working

#

do i use a remote event or sumthing?

#

ive seen people use that

#

i just dont know how that works

#

@rocky osprey

#

or do i write a script under sellbutton to call for the script inside starterplayerscripts

wraith totemBOT
#

studio** You are now Level 2! **studio

rustic canyon
#

when the mouse is clicked

rustic canyon
#

@rocky osprey hey you still here?

rustic canyon
#

@rocky osprey hey man you think you could still help me out?

rocky osprey
#

Im sorry im busy rn but in 4 hours i will help you