Project Alpha Roblox Texting Simulator
Roblox Teddy Alpha CHRISTMAS UPDATE By GnomeCode- About Teddy. A giant life sized cuddly teddy bear, but something doesn't seem quite right. Teddy is still in Alpha, this means you may encounter bugs, glitches or things breaking. If the game shuts down, that means I'm updating it. Today i reveal the secret code on text simulator for you!Game link - https://web.roblox.com/games//NEW-Texting-SimulatorRoblox.com.
Nov 2nd, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- Version: 3
- -- Instances:
- local ScreenGui = Instance.new('ScreenGui')
- local Title = Instance.new('TextLabel')
- local Close = Instance.new('TextButton')
- local open = Instance.new('TextButton')
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Main.Name = 'Main'
- Main.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- Main.BorderSizePixel = 6
- Main.Position = UDim2.new(0.043800123, 0, 0.33292383, 0)
- Main.Visible = false
- Main.Draggable = true
- Title.Name = 'Title'
- Title.BackgroundColor3 = Color3.new(0.352941, 0, 0.529412)
- Title.BorderSizePixel = 6
- Title.Font = Enum.Font.GothamBlack
- Title.TextColor3 = Color3.new(0, 0, 0)
- Title.TextSize = 14
- Texts.Parent = Main
- Texts.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
- Texts.BorderSizePixel = 7
- Texts.Position = UDim2.new(0.0575221255, 0, 0.41114983, 0)
- Texts.Font = Enum.Font.GothamBlack
- Texts.TextColor3 = Color3.new(0, 0, 0)
- Texts.TextSize = 14
- Texts.MouseButton1Down:connect(function()
- local tbl_main =
- 'Phone'
- game:GetService('ReplicatedStorage').Events.SendTexts:FireServer(unpack(tbl_main))
- end)
- Close.Name = 'Close'
- Close.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
- Close.BorderSizePixel = 5
- Close.Size = UDim2.new(0, 69, 0, 55)
- Close.Text = 'X'
- Close.TextScaled = true
- Close.TextWrapped = true
- Main.Visible = false
- end)
- OpenMain.Name = 'OpenMain'
- OpenMain.BackgroundColor3 = Color3.new(1, 1, 1)
- OpenMain.Position = UDim2.new(0.0178901907, 0, 0.181818187, 0)
- open.Parent = OpenMain
- open.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
- open.BorderSizePixel = 6
- open.Font = Enum.Font.GothamBlack
- open.TextColor3 = Color3.new(0, 0, 0)
- open.TextSize = 14
- open.MouseButton1Down:connect(function()
- Main.Visible = true
RAW Paste Data