Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a leaderstat teleporter?

Asked by 1 year ago

Hi, so i wanna make a level select thing for my game, and i want to make it so your completed levels save. but now i wanna make it so i can make teleport pads that only work when i have enough levels completed

0
You can save the amount of levels completed in an intValue, and just check it before teleporting the player sergeant_ranger 184 — 1y
0
this could be with an if functon sergeant_ranger 184 — 1y
0
how do i increase the counter because ropi234 0 — 1y

1 answer

Log in to vote
0
Answered by 1 year ago

seargant ranger ~~~~~~~~~~~~~~~~~ if levelcheck <= 1 then levelcheck + 1 elseif levelcheck >= 1 then print("player already has this point") end ~~~~~~~~~~~~~~~~~ this no work

0
what ropi234 0 — 1y
Ad

Answer this question