Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait(5)
- if workspace.WorldObjects:FindFirstChild("wad")==nil then
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "!wad Alert!",
- Text = "No wad Found In The Game",
- Duration = 5,
- Button1 = "Okay"
- })
- repeat wait() until workspace.WorldObjects:FindFirstChild("wad")~=nil
- elseif workspace.WorldObjects:FindFirstChild("wad") ~= nil then
- game:GetService("ReplicatedStorage").Networking.NetworkingEvent:FireServer("UseItem",false,true,workspace.WorldObjects.wad)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment