Rhysical

Road to gramby wadd money

Nov 25th, 2022
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. while true do
  2. wait(5)
  3. if workspace.WorldObjects:FindFirstChild("wad")==nil then
  4. game:GetService("StarterGui"):SetCore("SendNotification", {
  5. Title = "!wad Alert!",
  6. Text = "No wad Found In The Game",
  7. Duration = 5,
  8. Button1 = "Okay"
  9. })
  10. repeat wait() until workspace.WorldObjects:FindFirstChild("wad")~=nil
  11. elseif workspace.WorldObjects:FindFirstChild("wad") ~= nil then
  12. game:GetService("ReplicatedStorage").Networking.NetworkingEvent:FireServer("UseItem",false,true,workspace.WorldObjects.wad)
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment