Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function callback(Text)
- if Text == "Button1 text" then
- print ("Answer")
- elseif Text == ("Button2 text") then
- print ("Answer2")
- end
- end
- local NotificationBindable = Instance.new("BindableFunction")
- NotificationBindable.OnInvoke = callback
- --
- game.StarterGui:SetCore("SendNotification", {
- Title = "chunky";
- Text = "stop eating so much (script by hampter#2656)";
- Icon = "http://www.roblox.com/asset/?id=141756487";
- Duration = 5;
- Button1 = "N O";
- Button2 = "i luv chips";
- Callback = NotificationBindable;
- })
- getgenv().WalkSpeedValue = 10; --set your desired walkspeed here
- local Player = game:service'Players'.LocalPlayer;
- Player.Character.Humanoid:GetPropertyChangedSignal'WalkSpeed':Connect(function()
- Player.Character.Humanoid.WalkSpeed = getgenv().WalkSpeedValue;
- end)
- Player.Character.Humanoid.WalkSpeed = getgenv().WalkSpeedValue;
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- local torso = char:FindFirstChild("Torso")
- torso.Transparency = 1
- loadstring(game:HttpGet("https://pastebin.com/raw/TmX9TfW9"))()
Advertisement
Add Comment
Please, Sign In to add comment