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

Collision with only one model?

Asked by
Cuvette 246 Moderation Voter
8 years ago

Hey, I've made a model placement script. I'm just wondering though if it's possible to make that model only collide with one other model such as the floor and ignore walls, etc... If I set the collision to false then when the player goes to place it, it literally just disappears due to falling through every model.

0
Make the wall ConCollide false then. gg TheHospitalDev 1134 — 8y
0
I said above if I turn collision off the wall goes straight through the floor and map. Cuvette 246 — 8y

1 answer

Log in to vote
0
Answered by
Unlimitus 120
8 years ago

When you are placing the model, have all of the parts in it anchored, non-collidable, and raise the model by the model's height divided by two. This should keep it from falling while trying to place. When you do finally place it, make all of the parts collidable and you can do whatever is necessary to the anchor property.

Hope this helps, even though I provided no script examples. :)

0
Thanks! This was what I needed, don't need any script's just the concept of how to do it (: Cuvette 246 — 8y
Ad

Answer this question