Jump to content

How to teleport player's facing a north/south direction?


Thedukc

Recommended Posts

So basically I'm making a script where I need to teleport a player at a certain location and facing a certain way. This would be an example:

teleport player to {spawn} facing north 

What is the proper formatting of the script if there is a way of doing this. 

Link to comment
Share on other sites

1 hour ago, Thedukc said:

So basically I'm making a script where I need to teleport a player at a certain location and facing a certain way. This would be an example:

teleport player to {spawn} facing north 

What is the proper formatting of the script if there is a way of doing this. 

set {spawn} to location(100, 100, 100) # Change 100, 100, 100
set pitch of {spawn} to 90 # Change 90
set yaw of {spawn} to 90 # Change 90
teleport player to {spawn}

 

  • Thanks 1

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

4 hours ago, AgentGamerPro said:

set {spawn} to location(100, 100, 100) # Change 100, 100, 100
set pitch of {spawn} to 90 # Change 90
set yaw of {spawn} to 90 # Change 90
teleport player to {spawn}

 

You could have just done 

set {spawn} to location(100, 100, 100, world "world", 90, 90)
teleport player to {spawn}

 

  • Thanks 2

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...