Oct 15th, 2018
Never
🐻 ROBLOX TEDDY! HOW TO GET THE SECRET GINGERBREAD TEDDY BEAR SKIN! In this video, I am playing Roblox Teddy Christmas Update! I will show you how to get the Secret Gift Badge and the Gingerbread Teddy Bear Skin Character! Also how to escape the Chapter 1 Daycare! A giant life sized cuddly teddy bear, but something doesn't seem quite right. In this section of our big Roblox guide, you will find the list with all the games and find all the active and available codes, of course all our lists are updated. Adventure Simulator. Alien Simulator. Anime Battle Simulator. Anime Fighting Simulator.
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local Frame = Instance.new('Frame')
- local ChestTp = Instance.new('TextButton')
- local Dig = Instance.new('TextButton')
- local TextLabel_3 = Instance.new('TextLabel')
- local Open = Instance.new('TextButton')
- -- Properties
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.282353,0.282353,0.282353)
- Frame.Draggable =true
- Frame.Size = UDim2.new(0,230,0,220)
- Close.Parent = Frame
- Close.BackgroundColor3 = Color3.new(0.337255,0.333333,0.337255)
- Close.Font = Enum.Font.SciFi
- Close.TextColor3 = Color3.new(1,0,0)
- Close.TextSize =14
- Close.MouseButton1Click:connect(function()
- if game.CoreGui.ScreenGui.Frame.Visible truethen
- end
- ChestTp.Name ='Chest Tp'
- ChestTp.BackgroundColor3 = Color3.new(0,0,0)
- ChestTp.Position = UDim2.new(0,0,0,50)
- ChestTp.Font = Enum.Font.SciFi
- ChestTp.TextColor3 = Color3.new(1,0,0)
- ChestTp.TextSize =14
- ChestTp.MouseButton1Click:connect(function()
- wait(.1)
- for _,v inpairs(game.Workspace.SandBlocks:GetChildren())do
- if v:FindFirstChild('BasicChest')or v:FindFirstChild('EpicChest')or v:FindFirstChild('RareChest')then
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0),0,math.random(0,0))
- end
- end)
- TextLabel.BackgroundColor3 = Color3.new(0.345098,0.337255,0.345098)
- TextLabel.BackgroundTransparency =0.30000001192093
- TextLabel.Size = UDim2.new(0,230,0,20)
- TextLabel.Text ='Credits To Error!'
- TextLabel.TextSize =28
- Dig.Name ='Dig'
- Dig.BackgroundColor3 = Color3.new(0,0,0)
- Dig.Position = UDim2.new(0,0,0,110)
- Dig.Font = Enum.Font.SciFi
- Dig.TextColor3 = Color3.new(1,0,0)
- Dig.TextSize =14
- Dig.MouseButton1Click:connect(function()
- local Mouse = game.Players.LocalPlayer:GetMouse()
- local RS = game:GetService('RunService').RenderStepped
- local ClicksPerLoop =5
- function FindTool()
- local tool =nil
- for i,v inpairs(game.Players.LocalPlayer.Character:GetChildren())do
- found =true
- end
- if found then
- end
- local pass, tool = FindTool()
- RS:wait(_G.digSpeed)
- for i=1,ClicksPerLoop do
- end
- end
- Clicking =true
- end)
- Mouse.Button1Up:Connect(function()
- end)
- TextLabel_2.Parent = Dig
- TextLabel_2.BackgroundColor3 = Color3.new(0.345098,0.337255,0.345098)
- TextLabel_2.BackgroundTransparency =0.30000001192093
- TextLabel_2.Size = UDim2.new(0,230,0,20)
- TextLabel_2.Text ='Credits To EpicShow! '
- TextLabel_2.TextSize =28
- TextLabel_3.Parent = Dig
- TextLabel_3.BackgroundColor3 = Color3.new(0.345098,0.337255,0.345098)
- TextLabel_3.BackgroundTransparency =0.30000001192093
- TextLabel_3.Size = UDim2.new(0,230,0,50)
- TextLabel_3.Text ='Made By CoElder!'
- TextLabel_3.TextSize =28
- TextLabel_4.Parent = Frame
- TextLabel_4.BackgroundColor3 = Color3.new(0.337255,0.329412,0.337255)
- TextLabel_4.BackgroundTransparency =0.40000000596046
- TextLabel_4.Size = UDim2.new(0,230,0,30)
- TextLabel_4.Text ='Treasure Hunt Simulator GUI'
- TextLabel_4.TextScaled =true
- TextLabel_4.TextWrapped =true
- Open.Name ='Hack'
- Open.BackgroundColor3 = Color3.new(0,0,0)
- Open.Position = UDim2.new(0,0,0,340)
- Open.Font = Enum.Font.SciFi
- Open.TextColor3 = Color3.new(0,1,1)
- Open.TextSize =14
- Open.MouseButton1Click:connect(function()
- if game.CoreGui.ScreenGui.Frame.Visible falsethen
- end
RAW Paste Data