Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/thanhdat4461/OrionMoblie/main/source')))()
- local Window = OrionLib:MakeWindow({
- Name = "Krypton | HUB",
- HidePremium = false,
- IntroEnabled = true,
- IntroText = "Krypton",
- SaveConfig = false,
- ConfigFolder = "Krypton",
- })
- local Tab = Window:MakeTab({
- Name = "Player",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- Tab:AddTextbox({
- Name = "Walkspeed",
- Default = "16",
- TextDisappear = false,
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
- end
- })
Advertisement
Add Comment
Please, Sign In to add comment