Inoob8C

eeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

Apr 10th, 2022
8,451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. local function callback(Text)
  2. if Text == "Button1 text" then
  3. print ("Answer")
  4. elseif Text == ("Button2 text") then
  5. print ("Answer2")
  6. end
  7. end
  8.  
  9. local NotificationBindable = Instance.new("BindableFunction")
  10. NotificationBindable.OnInvoke = callback
  11. --
  12. game.StarterGui:SetCore("SendNotification", {
  13. Title = "chunky";
  14. Text = "stop eating so much (script by hampter#2656)";
  15. Icon = "http://www.roblox.com/asset/?id=141756487";
  16. Duration = 5;
  17. Button1 = "N O";
  18. Button2 = "i luv chips";
  19. Callback = NotificationBindable;
  20. })
  21.  
  22. getgenv().WalkSpeedValue = 10; --set your desired walkspeed here
  23. local Player = game:service'Players'.LocalPlayer;
  24. Player.Character.Humanoid:GetPropertyChangedSignal'WalkSpeed':Connect(function()
  25. Player.Character.Humanoid.WalkSpeed = getgenv().WalkSpeedValue;
  26. end)
  27. Player.Character.Humanoid.WalkSpeed = getgenv().WalkSpeedValue;
  28.  
  29. local plr = game.Players.LocalPlayer
  30. local char = plr.Character
  31. local torso = char:FindFirstChild("Torso")
  32. torso.Transparency = 1
  33.  
  34. loadstring(game:HttpGet("https://pastebin.com/raw/TmX9TfW9"))()
  35.  
Advertisement
Add Comment
Please, Sign In to add comment