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

i know that i ask for a lot but i really need help. ?

Asked by 4 years ago

So I tried for like 4 days to make a good game teleporter. A game teleporter like in the horror games, with a player counter " 0/4" for example. When the player counter hits " 4/4", players can't join anymore and a 20s timer beggins. When the timer hits 0, players will be teleported to a game. I really tried all my methods but i just can't do it. If anybody would want to help me with this, it would be aswome! Thanks so much if you can help me.

0
look it up, there should be a similar question to this on the dev forums 0hsa 193 — 4y
0
look at the dev forum, its not needed to ask here PrestonsWeekends 20 — 4y
0
i didn't find anything on dev forum OctavianH0310 25 — 4y

1 answer

Log in to vote
0
Answered by
Xapelize 2658 Moderation Voter Community Moderator
4 years ago
Edited 4 years ago
01X = 0
02timer = 20
03 
04repeat
05-- player touching part event
06    x = x + 1
07end
08 
09-- player leaving part function
10    x = x - 1
11end
12until x == 4
13repeat wait(1)
14    print(timer)
15    timer = timer - 1
View all 22 lines...

I gave you a simple concept, well you should check roblox developer hub part touching and part leaving function, and stuffs. I cant help you much. If you really have problems, im teaching you more soon

Ad

Answer this question