Advertisement
Helgodxdd

Para darme creditos uwu

Jun 1st, 2019
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Credits = Instance.new("Frame")
  5. local TextButton = Instance.new("TextButton")
  6. --Properties:
  7. Credits.Name = "Credits"
  8. Credits.Parent = game.StarterGui.Roblox
  9. Credits.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  10. Credits.Position = UDim2.new(0, 0, -5.96046448e-08, 0)
  11. Credits.Size = UDim2.new(0, 100, 0, 41)
  12. Credits.Active = true
  13. Credits.Draggable = true
  14.  
  15. TextButton.Parent = Credits
  16. TextButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  17. TextButton.Position = UDim2.new(0.670000017, 0, 0, 0)
  18. TextButton.Size = UDim2.new(0, 100, 0, 41)
  19. TextButton.Font = Enum.Font.SourceSans
  20. TextButton.Text = "Jonatan :P "
  21. TextButton.TextColor3 = Color3.new(0, 0, 0)
  22. TextButton.TextSize = 14
  23. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement