Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[CHECK THE NEW VIDEO!]--
- -- https://www.youtube.com/shorts/NzdVlax6dZk --
- local cmd = "!openannouncement"
- local frame = script.Parent.AnnouncementGui:WaitForChild("MainFrame")
- local button = script.Parent.AnnouncementGui:WaitForChild("OpenButton")
- game.Players.LocalPlayer.Chatted:Connect(function(msg)
- if string.find(msg, cmd) then
- frame.Visible = true
- else
- return
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement