help i can't fix this problem using touched and touchendded is it really not working???
Script
1 | local part = script.Parent |
3 | part.Touched:Connect( function () |
7 | part.TouchEnded:Connect( function () |
so my problem here is, if i walked in the part it spam print both the touched and touchendded. if i don't walk it doen't print anything, i want it to print once if the player is inside the block. and i want it also to print once if the player is outside the block. after this is solved im going to make map voting. --------//if you can't understand this! im saying is if i walked to the part it spam print the touched and touchendded for some reason. i want it to print once.