Well, I was a fairly good scripter back on roblox, but I know the scripting can't be the same. first of all, can you change the transparency of a brick? will the script below work on blockland? if not, can you change it so that it will?
----------
function onTouch(hit)
game.Workspace.brick.CanColli de = false
wait(1)
game.Workspace.brick.CanColli de = true
end
script.Parent.Touched:connect(onTouch)
----------
It is supposed to make a rick walk-throughable for 1 second when touched.
Thank you for helping me, because I would like to be able to make guided missiles and roller coaster here on blockland, too.