How do you make walls say thing on Roblox
How do you make walls say thing on Roblox
I am sorry, but Question doors are rather complex. I would advise that if you don't have a knowledge of scripting that you check the Roblox wiki page (I think they have an example there) or get one from free models. If you do know how to script it is rather easy. (Since I can barely script myself I put it in the terms I can properly convey.)
First, say onTouch
Then, find first child : humanoid
After that say, hint "(insert hint here)"
wait (3)
hint:remove()
end
This would be the giver script. (DON'T TRY TO USE WHAT I HAVE PUT HERE IT PROBABLY WONT WORK)
Then make another script and have it say something like this.
Say, While true do
Then, Message="(answer to the question)"
game.Workspace.(name of door brick).Transparency=.8
game.Workspace.(name of door brick).Cancollide=false
wait (10)
game.Workspace.(name of door brick).Transparency=0
game.Workspace.(name of door brick).Cancollide=true
end
This script is almost guaranteed not to work it just gives you a general idea of what to do. Also make sure to put the scripts into the door brick and name the different door bricks different things. Good Luck. P.S. look me up on roblox my username is spyguy31796. :)