Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local SnowY = Instance.new("ScreenGui")
- local V3 = Instance.new("Frame")
- local TITLE = Instance.new("TextLabel")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local CARPARK = Instance.new("TextButton")
- local CONTAINERS = Instance.new("TextButton")
- local SECRETHOUSE = Instance.new("TextButton")
- local ICEMOUNTAIN = Instance.new("TextButton")
- local SNOWMAN = Instance.new("TextButton")
- local SPEED = Instance.new("TextButton")
- local COMINGSOON1 = Instance.new("TextButton")
- local PLOW = Instance.new("TextButton")
- local SHOVELS = Instance.new("TextButton")
- local ComingSoon = Instance.new("TextButton")
- local SANTA = Instance.new("TextButton")
- local COMINGSOON2 = Instance.new("TextButton")
- -- Properties
- SnowY.Name = "SnowY"
- SnowY.Parent = game.StarterGui
- V3.Name = "V3"
- V3.Parent = SnowY
- V3.BackgroundColor3 = Color3.new(1, 1, 1)
- V3.BorderColor3 = Color3.new(1, 1, 0)
- V3.BorderSizePixel = 5
- V3.Position = UDim2.new(0.322281182, 0, 0.273961663, 0)
- V3.Size = UDim2.new(0, 268, 0, 251)
- V3.Visible = true
- V3.Active = true
- V3.Draggable = true
- V3.Selectable = true
- TITLE.Name = "TITLE"
- TITLE.Parent = V3
- TITLE.BackgroundColor3 = Color3.new(1, 1, 1)
- TITLE.BorderColor3 = Color3.new(1, 1, 0)
- TITLE.BorderSizePixel = 5
- TITLE.Position = UDim2.new(0.25746268, 0, 0.0478087664, 0)
- TITLE.Size = UDim2.new(0, 130, 0, 40)
- TITLE.Font = Enum.Font.Cartoon
- TITLE.Text = "SnowY V3"
- TITLE.TextColor3 = Color3.new(1, 1, 0)
- TITLE.TextScaled = true
- TITLE.TextSize = 14
- TITLE.TextWrapped = true
- ScrollingFrame.Parent = V3
- ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- ScrollingFrame.BorderColor3 = Color3.new(1, 1, 0)
- ScrollingFrame.BorderSizePixel = 5
- ScrollingFrame.Position = UDim2.new(-0.000918507576, 0, 0.287848651, 0)
- ScrollingFrame.Size = UDim2.new(0, 268, 0, 131)
- CARPARK.Name = "CARPARK"
- CARPARK.Parent = ScrollingFrame
- CARPARK.BackgroundColor3 = Color3.new(1, 1, 1)
- CARPARK.BorderColor3 = Color3.new(1, 1, 0)
- CARPARK.BorderSizePixel = 3
- CARPARK.Position = UDim2.new(0.0279850662, 0, 0.0249687731, 0)
- CARPARK.Size = UDim2.new(0, 61, 0, 30)
- CARPARK.Font = Enum.Font.Cartoon
- CARPARK.Text = "Car Park"
- CARPARK.TextColor3 = Color3.new(0, 0, 0)
- CARPARK.TextScaled = true
- CARPARK.TextSize = 14
- CARPARK.TextWrapped = true
- CONTAINERS.Name = "CONTAINERS"
- CONTAINERS.Parent = ScrollingFrame
- CONTAINERS.BackgroundColor3 = Color3.new(1, 1, 1)
- CONTAINERS.BorderColor3 = Color3.new(1, 1, 0)
- CONTAINERS.BorderSizePixel = 3
- CONTAINERS.Position = UDim2.new(0.358208925, 0, 0.0249687731, 0)
- CONTAINERS.Size = UDim2.new(0, 61, 0, 30)
- CONTAINERS.Font = Enum.Font.Cartoon
- CONTAINERS.Text = "Containers"
- CONTAINERS.TextColor3 = Color3.new(0, 0, 0)
- CONTAINERS.TextScaled = true
- CONTAINERS.TextSize = 14
- CONTAINERS.TextWrapped = true
- SECRETHOUSE.Name = "SECRETHOUSE"
- SECRETHOUSE.Parent = ScrollingFrame
- SECRETHOUSE.BackgroundColor3 = Color3.new(1, 1, 1)
- SECRETHOUSE.BorderColor3 = Color3.new(1, 1, 0)
- SECRETHOUSE.BorderSizePixel = 3
- SECRETHOUSE.Position = UDim2.new(0.686567128, 0, 0.0249687731, 0)
- SECRETHOUSE.Size = UDim2.new(0, 61, 0, 30)
- SECRETHOUSE.Font = Enum.Font.Cartoon
- SECRETHOUSE.Text = "Secret House"
- SECRETHOUSE.TextColor3 = Color3.new(0, 0, 0)
- SECRETHOUSE.TextScaled = true
- SECRETHOUSE.TextSize = 14
- SECRETHOUSE.TextWrapped = true
- ICEMOUNTAIN.Name = "ICEMOUNTAIN"
- ICEMOUNTAIN.Parent = ScrollingFrame
- ICEMOUNTAIN.BackgroundColor3 = Color3.new(1, 1, 1)
- ICEMOUNTAIN.BorderColor3 = Color3.new(1, 1, 0)
- ICEMOUNTAIN.BorderSizePixel = 3
- ICEMOUNTAIN.Position = UDim2.new(0.0298507214, 0, 0.116571829, 0)
- ICEMOUNTAIN.Size = UDim2.new(0, 61, 0, 30)
- ICEMOUNTAIN.Font = Enum.Font.Cartoon
- ICEMOUNTAIN.Text = "Ice mountain"
- ICEMOUNTAIN.TextColor3 = Color3.new(0, 0, 0)
- ICEMOUNTAIN.TextScaled = true
- ICEMOUNTAIN.TextSize = 14
- ICEMOUNTAIN.TextWrapped = true
- SNOWMAN.Name = "SNOWMAN"
- SNOWMAN.Parent = ScrollingFrame
- SNOWMAN.BackgroundColor3 = Color3.new(1, 1, 1)
- SNOWMAN.BorderColor3 = Color3.new(1, 1, 0)
- SNOWMAN.BorderSizePixel = 3
- SNOWMAN.Position = UDim2.new(0.358208925, 0, 0.116571829, 0)
- SNOWMAN.Size = UDim2.new(0, 61, 0, 30)
- SNOWMAN.Font = Enum.Font.Cartoon
- SNOWMAN.Text = "Snowman"
- SNOWMAN.TextColor3 = Color3.new(0, 0, 0)
- SNOWMAN.TextScaled = true
- SNOWMAN.TextSize = 14
- SNOWMAN.TextWrapped = true
- SPEED.Name = "SPEED"
- SPEED.Parent = ScrollingFrame
- SPEED.BackgroundColor3 = Color3.new(1, 1, 1)
- SPEED.BorderColor3 = Color3.new(1, 1, 0)
- SPEED.BorderSizePixel = 3
- SPEED.Position = UDim2.new(0.686567128, 0, 0.116571829, 0)
- SPEED.Size = UDim2.new(0, 61, 0, 30)
- SPEED.Font = Enum.Font.Cartoon
- SPEED.Text = "Speed"
- SPEED.TextColor3 = Color3.new(0, 0, 0)
- SPEED.TextScaled = true
- SPEED.TextSize = 14
- SPEED.TextWrapped = true
- COMINGSOON1.Name = "COMINGSOON1"
- COMINGSOON1.Parent = ScrollingFrame
- COMINGSOON1.BackgroundColor3 = Color3.new(1, 1, 1)
- COMINGSOON1.BorderColor3 = Color3.new(1, 1, 0)
- COMINGSOON1.BorderSizePixel = 3
- COMINGSOON1.Position = UDim2.new(0.686567128, 0, 0.208174884, 0)
- COMINGSOON1.Size = UDim2.new(0, 61, 0, 30)
- COMINGSOON1.Font = Enum.Font.Cartoon
- COMINGSOON1.Text = "Coming Soon.."
- COMINGSOON1.TextColor3 = Color3.new(0, 0, 0)
- COMINGSOON1.TextScaled = true
- COMINGSOON1.TextSize = 14
- COMINGSOON1.TextWrapped = true
- PLOW.Name = "PLOW"
- PLOW.Parent = ScrollingFrame
- PLOW.BackgroundColor3 = Color3.new(1, 1, 1)
- PLOW.BorderColor3 = Color3.new(1, 1, 0)
- PLOW.BorderSizePixel = 3
- PLOW.Position = UDim2.new(0.358208925, 0, 0.208174884, 0)
- PLOW.Size = UDim2.new(0, 61, 0, 30)
- PLOW.Font = Enum.Font.Cartoon
- PLOW.Text = "Plow shop"
- PLOW.TextColor3 = Color3.new(0, 0, 0)
- PLOW.TextScaled = true
- PLOW.TextSize = 14
- PLOW.TextWrapped = true
- SHOVELS.Name = "SHOVELS"
- SHOVELS.Parent = ScrollingFrame
- SHOVELS.BackgroundColor3 = Color3.new(1, 1, 1)
- SHOVELS.BorderColor3 = Color3.new(1, 1, 0)
- SHOVELS.BorderSizePixel = 3
- SHOVELS.Position = UDim2.new(0.0298507214, 0, 0.208174884, 0)
- SHOVELS.Size = UDim2.new(0, 61, 0, 30)
- SHOVELS.Font = Enum.Font.Cartoon
- SHOVELS.Text = "Shovel shop"
- SHOVELS.TextColor3 = Color3.new(0, 0, 0)
- SHOVELS.TextScaled = true
- SHOVELS.TextSize = 14
- SHOVELS.TextWrapped = true
- ComingSoon.Name = "ComingSoon.."
- ComingSoon.Parent = ScrollingFrame
- ComingSoon.BackgroundColor3 = Color3.new(1, 1, 1)
- ComingSoon.BorderColor3 = Color3.new(1, 1, 0)
- ComingSoon.BorderSizePixel = 3
- ComingSoon.Position = UDim2.new(0.0279850662, 0, 0.307411522, 0)
- ComingSoon.Size = UDim2.new(0, 61, 0, 30)
- ComingSoon.Font = Enum.Font.Cartoon
- ComingSoon.Text = "ComingSoon"
- ComingSoon.TextColor3 = Color3.new(0, 0, 0)
- ComingSoon.TextScaled = true
- ComingSoon.TextSize = 14
- ComingSoon.TextWrapped = true
- SANTA.Name = "SANTA"
- SANTA.Parent = ScrollingFrame
- SANTA.BackgroundColor3 = Color3.new(1, 1, 1)
- SANTA.BorderColor3 = Color3.new(1, 1, 0)
- SANTA.BorderSizePixel = 3
- SANTA.Position = UDim2.new(0.356343269, 0, 0.307411522, 0)
- SANTA.Size = UDim2.new(0, 61, 0, 30)
- SANTA.Font = Enum.Font.Cartoon
- SANTA.Text = "Santa"
- SANTA.TextColor3 = Color3.new(0, 0, 0)
- SANTA.TextScaled = true
- SANTA.TextSize = 14
- SANTA.TextWrapped = true
- COMINGSOON2.Name = "COMINGSOON2"
- COMINGSOON2.Parent = ScrollingFrame
- COMINGSOON2.BackgroundColor3 = Color3.new(1, 1, 1)
- COMINGSOON2.BorderColor3 = Color3.new(1, 1, 0)
- COMINGSOON2.BorderSizePixel = 3
- COMINGSOON2.Position = UDim2.new(0.684701443, 0, 0.307411522, 0)
- COMINGSOON2.Size = UDim2.new(0, 61, 0, 30)
- COMINGSOON2.Font = Enum.Font.Cartoon
- COMINGSOON2.Text = "Coming Soon..."
- COMINGSOON2.TextColor3 = Color3.new(0, 0, 0)
- COMINGSOON2.TextScaled = true
- COMINGSOON2.TextSize = 14
- COMINGSOON2.TextWrapped = true
- --Teleports
- PLOW.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2, 2, -179)
- end)
- SHOVELS.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-8, 2, -30)
- end)
- CONTAINERS.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(231, 5, -62)
- end)
- SNOWMAN.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(418, 2, -94)
- end)
- ICEMOUNTAIN.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(109, 0.5, -489)
- end)
- SANTA.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(67, 0.5, 78)
- end)
- SECRETHOUSE.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-232, 3.5, 237)
- end)
- CARPARK.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(55, 0.5, -251)
- end)
- ---ETC
- SPEED.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
- end)
- SnowY.Parent = game.Players.LocalPlayer.PlayerGui
Add Comment
Please, Sign In to add comment