Solved I need a skript

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

FrostPVP™️

Active Member
Feb 12, 2021
63
3
8
24
USA
i need a skript where when you step on a Lime Concrete it teleports you to -314 11 241 and when you step on red contrete it teleports you to -314 11 236

Thank you <3
 
i need a skript where when you step on a Lime Concrete it teleports you to -314 11 241 and when you step on red contrete it teleports you to -314 11 236

Thank you <3
Try:
code_language.skript:
on walking on lime concrete:
   teleport event-player to location(-314, 11, 241, world "YourWorld")
on walking on red concrete:
   teleport event-player to location(-314, 11, 236, world "YourWorld")
 
  • Like
Reactions: FrostPVP™️
Try:
code_language.skript:
on walking on lime concrete:
   teleport event-player to location(-314, 11, 241, world "YourWorld")
on walking on red concrete:
   teleport event-player to location(-314, 11, 236, world "YourWorld")
nvm i can just add the permission myself Thank You for helping :emoji_slight_smile:
 
Last edited:
  • Like
Reactions: couger44
Status
Not open for further replies.