Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a guess that character game?

Asked by 4 years ago

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

0
Read these articles: https://developer.roblox.com/en-us/api-reference/class/CollectionService https://developer.roblox.com/en-us/recipes/Add-Chat-Commands They may not teach you everything, but they will greatly help with this specific topic. ShadyShock 77 — 4y
0
Thanks dude Danielrasothetvshow -2 — 4y

Answer this question