Advertisement
baconhack_263

Rooms Entity Notifier [TEMPLATE!]

Jul 20th, 2024 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. if game.Workspace.A120Moving then
  2. OrionLib:MakeNotification({
  3. Name = "Warning!",
  4. Content = "A-120 Spawned Hide !",
  5. Image = "rbxassetid://4483345998",
  6. Time = 5
  7. })
  8. if game.Workspace.A60Moving then
  9. OrionLib:MakeNotification({
  10. Name = "Warning !",
  11. Content = "A-60 Spawned Hide !",
  12. Image = "rbxassetid://4483345998",
  13. Time = 5
  14. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement