MADE BY kanomi13
FEATURE:
- GET EVERY UGC ITEMS
GAME LINK:
INNOVATION REWARDS
SCRIPT:
local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
local window = library.CreateLib("Sugarlipsgirl234's Free Prizes Winner", "Serpent")
local change = window:NewTab("Free Prizes")
local prizes = change:NewSection("Free Prizes")
prizes:NewButton("Tophat (May Have to Rejoin for it to work)", "", function()
for _,v in pairs(workspace.CubePieces:GetChildren()) do
v.CFrame=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
end
for i = 0,5 do
keypress(0x20)
end
end)
prizes:NewButton("Get Suit", "", function()
local args = {
[1] = {
["Best Content Update"] = "Loomian Legacy - Beach Update",
["People's Choice"] = "BedWars",
["Best Use of Avatar Fashion"] = "World // Zero",
["Video Star of the Year"] = "Flamingo"
},
[2] = workspace.VotingScreen
}
game:GetService("ReplicatedStorage").Events.RemoteEvents.Vote:FireServer(unpack(args))
wait(5)
game:GetService("TeleportService"):Teleport(game.PlaceId)
end)
prizes:NewButton("Timeless Hat", "", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game:GetService("Workspace").CenterPiece["CenterPiece_Stand"]["Meshes/Stand_Full_Cylinder.001"].Position+Vector3.new(0,10,0)
wait(10)
game.Players.LocalPlayer.Character.HumanoidRootPart.Position = game:GetService("Workspace").CenterPiece["CenterPiece_Stairs"].Stair1.Position+Vector3.new(0,10,0)
end)
prizes:NewButton("Valkyrie", "", function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Scavenger.Circlet.CFrame
end)