#can someone teach me how to make this
1 messages · Page 1 of 1 (latest)
i get that i make the area by making a part and making it not collidable
but how do i use a script to have some code run when the player is inside that part
Three ways
.Touchedand.TouchEnded- Spatial Queries (slow)
- Manually checking if character position is within bouhnding box (best)