Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- b=game.workspace.Characters.ChangeToYourUser.Teeth.NumTeeth.Value
- -- ^^^^^^^^^^^^^^^ Change to your username
- while true do
- wait()
- if workspace:FindFirstChild("Tooth")==nil then
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "!Tooth Alert!",
- Text = "No Teeth Found In The Game",
- Duration = 16,
- })
- elseif workspace:FindFirstChild("Tooth") ~= nil and b<10 then
- repeat wait() game:GetService("ReplicatedStorage").Networking.NetworkingEvent:FireServer("UseItem",false,true,workspace.Tooth) until b==10
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment