i have been trying to learn how to make a system where if you say for example wow then you can go through the block and the block will also be a bit transperant. heres the coding i did
Workspace.Part (function() if msg = wow then CanCollide = false Transparency (0.9) wait (5) then CanCollide = true Transparency (0) end)
anyways yeah thats what i did and i need some help