--// again by 1x1x1x1 !S BACK \\-- --// UT Fighting!: hhttps://www.roblox.com/games/4576008267/UT-Fighting \\ -- --[[ Yes Class select for free :/ ]]-- loadstring(game:HttpGet('https://pastebin.com/raw/cwDSpepQ', true))() local example = library:AddWindow('UT Fighting!') local w = example:AddTab('Class select') local hump = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart") --// Classes local faggots = {} local choice = "" local dd = w:AddDropdown("Class", function(hom) choice = hom print(choice) end) for i, v in pairs(game:GetService("Workspace")["Classes"]:GetChildren()) do if v:IsA("Model") then dd:Add(v.Name) end end w:AddButton("Give Class", function() for i, v in pairs(game:GetService("Workspace")["Classes"]:GetChildren()) do if v.Name == choice then if hump then game:GetService("TweenService"):Create(hump, TweenInfo.new((hump.Position - v:WaitForChild("Button").Position).Magnitude / 666, Enum.EasingStyle.Quad), {CFrame = v:WaitForChild("Button").CFrame}):Play() end end end end) local walk = 16 w:AddSlider("Walkspeed", function(kan) walk = kan wait() game.Players.LocalPlayer.Character:WaitForChild("Humanoid").WalkSpeed = walk end)