Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0)
- local function callback(Text)
- if Text == "" then
- print("")
- elseif Text == "" then
- print("")
- end
- end
- ------------------------------------------------------------------------------------------------------
- local NotificationBindable = Instance.new("BindableFunction")
- game.StarterGui:SetCore("SendNotification", {
- Title = "Thank You :D";
- Text = "Thank you for using scripts made by NITRO";
- Icon = "http://www.roblox.com/asset/?id=3264340825";
- Duration = 20;
- Button1 = "Ok";
- Button2 = "";
- Callback = NotificationBindable;
- })
- local LocalPlayer = game:GetService("Players").LocalPlayer
- local function Invincibility()
- if LocalPlayer.Character then
- for i, v in pairs(LocalPlayer.Character:GetChildren()) do
- if v.Name == "hitbox" then
- v:Destroy()
- end
- end
- end
- end
- while wait(0.5) do
- Invincibility(LocalPlayer)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement