@chrome edge i wrote this script
local EW1D = game.Workspace.easywall1.Decal
local EW1 = game.Workspace.easywall1
game.Players.PlayerAdded:Connect(function(player)
player.Chatted:Connect(function(msg)
if msg == "Shelly" or "shelly" then
EW1.Transparency = 0.7
EW1.CanCollide = false
wait(3)
EW1.Transparency = 0
EW1.CanCollide = true
end
end)
end)
but can I add "and" after EW1.Transparency = 0.7, and then write EW1D.Transparency = 0.7? it stops working when i do it
** You are now Level 2! **