local text = "TEAM NRG RULEZ" --your text here local duration = 5 local message = Instance.new("Message", game.Workspace) message.Text = text wait(duration) message:Destroy()