Texting Simulator Script Gui Pastebin

Posted on

Texting Simulator is known as the simulator game created by Kasius. The objective of the game is to click to get texts, then the players are able to sell their texts for money in order to buy some items such as the phones, the tablets, and the laptops.

Furthermore, players are able to purchase phones, tablets, and laptops to get more texts. Apparently, tablets and laptops give out the diamonds every random click. If the players both have the tablet and the laptop, they are able to get 2x the amount of diamonds and texts they get. In the end, the diamonds are used to buy emojis in order to increase the amount of texts players gets. Aside from that, there is also a shop to purchase the skin crate to get the skin for the backpacks of the players. In addition, there are phones that can be purchased for particular amounts of Robux.


If you are looking for the script of Texting Simulator GUI, Pastebin is the best site that you can get. The site is complete and will not ask you to sign in to get the access. You just have to go to the Search bar and type “Texting Simulator GUI”. When you press the Search or Enter button, the result related to the Texting Simulator GUI will be shown.

Apparently, there are some scripts related to Texting Simulator GUI. One of them is the one posted by DIPF1 on December 25, 2018. The script is divided into objects, properties, and scripts. Here is the script one:

TextButton.MouseButton1Down:connect(function()

    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-295.727814, 0.819720387, -643.793701)

end)

TextButton_2.MouseButton1Down:connect(function()

    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-157.656189, -1.91410303, -209.895935)

end) 

TextButton_3.MouseButton1Down:connect(function()

    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-722.336304, 3.03027868, -743.035095)

end)

TextButton_4.MouseButton1Down:connect(function()

    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-618.005493, 3.03029013, -742.943665)

end)

TextButton_5.MouseButton1Down:connect(function()

    game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-524.887085, 2.93027544, -743.876099)

end)

TextButton_6.MouseButton1Down:connect(function()

    Frame.Visible = false

end)

if you want to know the objects, they are:

  1. local ScreenGui = Instance.new(“ScreenGui”)
  2. local Frame = Instance.new(“Frame”)
  3. local TextButton = Instance.new(“TextButton”)
  4. local TextButton_2 = Instance.new(“TextButton”)
  5. local TextButton_3 = Instance.new(“TextButton”)
  6. local TextButton_4 = Instance.new(“TextButton”)
  7. local TextButton_5 = Instance.new(“TextButton”)
  8. local TextLabel = Instance.new(“TextLabel”)
  9. local TextButton_6 = Instance.new(“TextButton”)

What about the properties? Here is the properties of Texting Simulator GUI:

  1. ScreenGui.Parent = game.StarterGui
  2. Frame.Parent = ScreenGui
  3. Frame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  4. Frame.BackgroundTransparency = 0.20000000298023
  5. Frame.Position = UDim2.new(0.10742186, 0, 0.337792635, 0)
  6. Frame.Size = UDim2.new(0, 342, 0, 274)
  7. Frame.Selectable = true
  8. Frame.Active = true
  9. Frame.Draggable = true
  10. TextButton.Parent = Frame
  11. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  12. TextButton.Position = UDim2.new(0.0418456681, 0, 0.142389446, 0)
  13. TextButton.Size = UDim2.new(0, 83, 0, 57)
  14. TextButton.Font = Enum.Font.SourceSansBold
  15. TextButton.FontSize = Enum.FontSize.Size18
  16. TextButton.Text = “Diamond”
  17. TextButton.TextColor3 = Color3.new(0, 0, 1)
  18. TextButton.TextSize = 18

The properties of this script of Texting Simulator GUI is not complete and it is longer compared to the scripts and the objectives. If you want to find the complete version, you can just visit Pastebin by doing the steps mentioned before.

 

Leave a Reply

Your email address will not be published. Required fields are marked *