DumbShit

Mega Easy Obby

Apr 1st, 2020
2,539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui") -------------------------------------
  2. local TextButton = Instance.new("TextButton") -----------------------------------
  3. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui ---------------------------
  4. TextButton.Parent = ScreenGui ---------------------------------------------------
  5. TextButton.BackgroundColor3 = Color3.new(1, 1, 1) -------------------------------
  6. TextButton.Position = UDim2.new(0.5, 0, 0.8, 0) ---------------------------------
  7. TextButton.Size = UDim2.new(0.2, 0, 0.05, 0) ------------------------------------
  8. TextButton.Font = Enum.Font.Arial -----------------------------------------------
  9. TextButton.Text = ( string.reverse("mr3v ukatOehTiveL morf - EERF ROF PIKS") ) --
  10. TextButton.TextScaled = true ----------------------------------------------------
  11. TextButton.TextWrapped = true ---------------------------------------------------
  12. function Clicked() --------------------------------------------------------------
  13. game.ReplicatedStorage.Remote.SkipStage:FireServer() ----------------------------
  14. end -----------------------------------------------------------------------------
  15. TextButton.MouseButton1Click:connect(Clicked) -----------------------------------
Add Comment
Please, Sign In to add comment