You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2023. It is now read-only.
Hello how do i get a collider that is being added via childadded? It's cloning an imagelabel every 2 seconds and adding the image to colliders, now i added a hitter which is a bullet. Once a bullet hit the cloned collider, how do i get the collider that's been hit by the bullet?
Objective
Bullet hit
Imagelabel is added to a collider with childadded (because it's being cloned)
Bullet hit's the imagelabel
Get the imagelabel that's been hit by the bullet
Destroy()
How dude? Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello how do i get a collider that is being added via childadded? It's cloning an imagelabel every 2 seconds and adding the image to colliders, now i added a hitter which is a bullet. Once a bullet hit the cloned collider, how do i get the collider that's been hit by the bullet?
Objective
Bullet hit
Imagelabel is added to a collider with childadded (because it's being cloned)
Bullet hit's the imagelabel
Get the imagelabel that's been hit by the bullet
Destroy()
How dude? Thanks.
The text was updated successfully, but these errors were encountered: