Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by H4X0R
- -- This should work with all Level 7 script executors!
- -- Change TEXT to your message!
- -- The message will go away after 3 seconds!
- local message = Instance.new(”Message”)
- message.Parent = game.Workspace
- message.Text = “TEXT”
- wait(3)
- message:Remove()
- print("Message sended.")
- else
- warn("Error occured! Possible mistakes: You don't have that good executor! Consider using EasyExploits API.")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement