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

Making a Players Collision Group? [closed]

Asked by
CyDave 42
6 years ago

Is it possible to make all Players join a Collision Group?

0
Yes. User#19524 175 — 6y
0
how? CyDave 42 — 6y
0
is collission filtering broken the first tutorial there are weird errrors never been before Lolamtic 63 — 6y
0
is collission filtering broken the first tutorial there are weird errrors never been before Lolamtic 63 — 6y
View all comments (3 more)
0
is collission filtering broken the first tutorial there are weird errrors never been before Lolamtic 63 — 6y
0
? CyDave 42 — 6y
0
You asked a 'yes' or 'no' question, not a 'how' question, so don't expect people to explain it, also, this is not a request site, put some effort in trying to solve it first, actually, the wiki has a tutorial on the EXACT THING THAT YOU'RE ASKING, so, you did NO research. User#20388 0 — 6y

Closed as Not Constructive by Vulkarin, Thundermaker300, radusavin366, User#20388, and User#21908

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 6 years ago

Use a PlayerAdded and CharacterAdded event to get the new players character, then set their primarypart / HumanoidRootPart to a collision group

Ad