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

How do I make a Script that when a player touches another player they are it?

Asked by 10 years ago

I would like an explanation on the options that i could have.

2 answers

Log in to vote
0
Answered by
Sublimus 992 Moderation Voter
10 years ago

You could essentially have a Boolean value inside of each of the characters in the game called IT. Then what you could do is have a separate script that runs when a character touches another character, that checks if the toucher is IT and if they are makes the touchie's IT value true while changing the toucher's to false.

0
I tried that but the it value doesent change maybe im not looking close enough Chaserox 62 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

Erm, I don't think that would work. It would be more efficient to just go with a Workspace text value that contains the name of the person who is it.

0
This option worked better for me Chaserox 62 — 10y

Answer this question