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!
Alien
  1. -- Version: 3
  2. -- Instances:
  3. local ScreenGui = Instance.new('ScreenGui')
  4. local Title = Instance.new('TextLabel')
  5. local Close = Instance.new('TextButton')
  6. local open = Instance.new('TextButton')
  7. --Properties:
  8. ScreenGui.Parent = game.CoreGui
  9. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  10. Main.Name = 'Main'
  11. Main.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  12. Main.BorderSizePixel = 6
  13. Main.Position = UDim2.new(0.043800123, 0, 0.33292383, 0)
  14. Main.Visible = false
  15. Main.Draggable = true
  16. Title.Name = 'Title'
  17. Title.BackgroundColor3 = Color3.new(0.352941, 0, 0.529412)
  18. Title.BorderSizePixel = 6
  19. Title.Font = Enum.Font.GothamBlack
  20. Title.TextColor3 = Color3.new(0, 0, 0)
  21. Title.TextSize = 14
  22. Texts.Parent = Main
  23. Texts.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  24. Texts.BorderSizePixel = 7
  25. Texts.Position = UDim2.new(0.0575221255, 0, 0.41114983, 0)
  26. Texts.Font = Enum.Font.GothamBlack
  27. Texts.TextColor3 = Color3.new(0, 0, 0)
  28. Texts.TextSize = 14
  29. Texts.MouseButton1Down:connect(function()
  30. local tbl_main =
  31. 'Phone'
  32. game:GetService('ReplicatedStorage').Events.SendTexts:FireServer(unpack(tbl_main))
  33. end)
  34. Close.Name = 'Close'
  35. Close.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  36. Close.BorderSizePixel = 5
  37. Close.Size = UDim2.new(0, 69, 0, 55)
  38. Close.Text = 'X'
  39. Close.TextScaled = true
  40. Close.TextWrapped = true
  41. Main.Visible = false
  42. end)
  43. OpenMain.Name = 'OpenMain'
  44. OpenMain.BackgroundColor3 = Color3.new(1, 1, 1)
  45. OpenMain.Position = UDim2.new(0.0178901907, 0, 0.181818187, 0)
  46. open.Parent = OpenMain
  47. open.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  48. open.BorderSizePixel = 6
  49. open.Font = Enum.Font.GothamBlack
  50. open.TextColor3 = Color3.new(0, 0, 0)
  51. open.TextSize = 14
  52. open.MouseButton1Down:connect(function()
  53. Main.Visible = true
RAW Paste Data

Project Alpha Roblox Texting Simulator Egg Hunt