Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local PaperFame1 = Instance.new("Frame")
- local PaperButton1 = Instance.new("TextLabel")
- ScreenGui.Parent = game.CoreGui
- PaperFame1.Name = "PaperFame1"
- PaperFame1.Parent = ScreenGui
- PaperFame1.BackgroundColor3 = Color3.new(255, 255, 255)
- PaperFame1.BackgroundTransparency = 1
- PaperFame1.Position = UDim2.new(0.105540894, 0, 0.778873265, 0)
- PaperFame1.Size = UDim2.new(0, 100, 0, 100)
- PaperButton1.Name = "PaperButton1"
- PaperButton1.Parent = PaperFame1
- PaperButton1.BackgroundColor3 = Color3.new(0, 0, 0)
- PaperButton1.BorderSizePixel = 0
- PaperButton1.Draggable = false
- PaperButton1.Position = UDim2.new(2.2, 0, -3.4, 0)
- PaperButton1.Size = UDim2.new(0, 350, 0, 400)
- PaperButton1.Font = Enum.Font.IndieFlower
- PaperButton1.FontSize = Enum.FontSize.Size48
- PaperButton1.Text = "1.Find the key\n 2.Find the celler key\n 3.goto celler\n 4.find your friend."
- PaperButton1.TextColor3 = Color3.new(155, 0, 0)
- PaperButton1.TextSize = 50
- PaperButton1.Visible = false
- ClickDetector1 = Instance.new("ClickDetector")
- local PaperPart = Instance.new("Part")
- PaperPart.Parent = workspace
- PaperPart.Anchored = true
- PaperPart.Size = Vector3.new(9099, 58, 9999)
- PaperPart.CanCollide = true
- PaperPart.Position = Vector3.new(117.61, 1695, -27.15)
- local PaperPartMesh = Instance.new("SpecialMesh", PaperPart)
- PaperPartMesh.Scale = Vector3.new(9099, 58, 9999)
- PaperPartMesh.MeshId = "rbxassetid://6714051581"
- PaperPartMesh.TextureId = "rbxassetid://6714051634"
- ClickDetector1.Parent = PaperPart
- ClickDetector1.MouseClick:connect(function()
- PaperPart.Position = Vector3.new(9099000, 999999999, 9900099)
- Papertool = Instance.new("Tool")
- Papertool.RequiresHandle = false
- Papertool.Name = "Paper"
- Papertool.Equipped:Connect(function()
- PaperButton1.Visible = true
- end)
- Papertool.Unequipped:Connect(function()
- PaperButton1.Visible = false
- end)
- Papertool.Parent = game.Players.LocalPlayer.Backpack
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement