- What do you want to achieve? Keep it simple and clear!
I want to open a GUI with a command
- What is the issue? Include screenshots / videos if possible!
My script doesn’t work.
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I tried many but it doesn’t work
game.Players.PlayerAdded:Connect(function(player)
player.Chatted:Connect(function(message)
if message == "test" then -- you can change /gui by command of you want
player.PlayerGui.CanariaAP.Enabled = true
end
end)
end)
I’ve been trying for 30 minutes trying to get different scripts.