#Why the propety does not revert ?
32 messages · Page 1 of 1 (latest)
ok so
the script isnt looped
whats happening right now is that the fall part's collide is set to true
@gloomy vortex
i used a script that had while before and roblox studio exploded
ok so
maybe add some yielding
whats even the point of this script
if youre gonna set cancollide to false when it's touchs
touched
to make those plataforms disapear when some goes near them so that they are not see-through
what is yielding ? im new to roblox studio so im not familiar with the vocabulary.
adding a task.wait() basically
yeilding is anything that makes a script wait
so the script doesn't explode because it tries to run it at once forever
basically that
ok ill try
while task.wait() do
i dont get what you're trying to do tho
is the best option
maybe you should add a little bit of wait before they go back to being visible
well the script isnt making them invisible
if you want to change the vsibility of something
youd need to set transparency
tysm it worked
can you send the working script?