eladtzuman Posted July 31, 2023 Share Posted July 31, 2023 why it doesnt work? on walk on black wool: set {_sandcastletp1} to location(-92, 77, -70, world ("world")) loop all players: if block below loop-player = {_sandcastletp1}: teleport loop-player to location(82, 22, -11, world("world")) there is no errors but when im standing on the block it doesnt teleport Link to comment Share on other sites More sharing options...
devyy Posted August 4, 2023 Share Posted August 4, 2023 try this: on step on black wool: set {_sandcastletp1} to location(-92, 77, -70, world "world") loop all players: if block under loop-player is block at location {_sandcastletp1}: teleport loop-player to location(82, 22, -11, world "world") Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now