Rhysical

Road to gramby Imortality

Nov 25th, 2022
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1.  
  2. b=game.workspace.Characters.ChangeToYourUser.Teeth.NumTeeth.Value
  3. -- ^^^^^^^^^^^^^^^ Change to your username
  4. while true do
  5. wait()
  6. if workspace:FindFirstChild("Tooth")==nil then
  7. game:GetService("StarterGui"):SetCore("SendNotification", {
  8. Title = "!Tooth Alert!",
  9. Text = "No Teeth Found In The Game",
  10. Duration = 16,
  11. })
  12.  
  13. elseif workspace:FindFirstChild("Tooth") ~= nil and b<10 then
  14. repeat wait() game:GetService("ReplicatedStorage").Networking.NetworkingEvent:FireServer("UseItem",false,true,workspace.Tooth) until b==10
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment