#Cantouch not touchable

1 messages · Page 1 of 1 (latest)

hoary vessel
#

So I'm changing the transparency of a model, and its CanTouch = true
All clientside, I also checked a bunch server side cantouch = false and clientside cantouch = true

but for some reason, it doesnt detect touches even after I confirmed that it got enabled by my script.
When I enable CanTouch manually though before launching the game, then it DOES detect touches. What is exactly the different?
I even tried disabling the script before launch and enabling it through script before also making cantouch = true.
I am going insane trying to figure out what it could be

#

I now tried doing, cantouch to true manually, but making my model be at a diff position so it wont be touched anyways

#

but when I put it back to the poisiton I want it through my script, its not touchable...

#

the touching script is in a normal script

#

but the changing position and transparency is in a local

#

The transparency and position does get changed so i know that works but

#

Yeah no the entire touched part isnt even being activated anymore

#

so apparently there was an error in the script

#

idk what but I just copy pasted my other script that looked identical and it worked

wanton bison
#

why do you have a breakpoint

#

right click that shit and delete it

#

it might fix it

hoary vessel
#

I had it because that wasn’t getting activated