Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[CHECK THE NEW VIDEO TO SEE HOW THIS SYSTEM WORKS!!]--
- -- https://www.youtube.com/watch?v=ujPwRowrOQo --
- -- Local Script:
- script.Parent.MouseButton1Click:Connect(function()
- local text = script.Parent.Parent.Text
- game.ReplicatedStorage.AnnouncementEvent:FireServer(text)
- end)
- -- Script:
- game.ReplicatedStorage.AnnouncementEvent.OnServerEvent:Connect(function(player, text)
- script.Parent.Parent.Visible = true
- script.Parent.Text = text
- wait(2.5)
- script.Parent.Parent.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment