--simple ass script join my dc for more --https://discord.gg/Ms2vKmqWaW local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/laagginq/ui-libraries/main/ven/src.lua"))() local window = Library:Window("Monster race") local tab1 = window:Tab("Speed") tab1:Button("Inf speed",function(arg) local args = { game:GetService("Players").LocalPlayer:WaitForChild("leaderstats"):WaitForChild("\226\154\161 Speed"), 9999999999999999, "dd" } game:GetService("ReplicatedStorage"):WaitForChild("changeValue"):FireServer(unpack(args)) end) local tab2 = window:Tab("Credits") tab2:Button("by d a r k n e s s (press f9)",function(arg) print("script made by d a r k n e s s ik its a small script") end)