Advertisement
Upscalefanatic3

Rat Token Esp Fantastic Frontier

Nov 8th, 2018
7,394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. for i, v in pairs(workspace.Folder:GetChildren()) do
  2. --buib12
  3. local bbg = Instance.new('BillboardGui')
  4. bbg.Name = "dddd" .. string.char(math.random(56, 61));
  5. bbg.Adornee = v
  6. bbg.Size = UDim2.new(12,0,1,0)
  7. bbg.StudsOffset = Vector3.new(0,2,0)
  8. bbg.Parent = v
  9. bbg.AlwaysOnTop = true
  10. local tl = Instance.new('TextLabel')
  11. tl.BackgroundTransparency = 1
  12. tl.Size = UDim2.new(1,0,1,0)
  13. tl.TextColor3 = Color3.new(1,1,1)
  14. tl.TextStrokeColor3 = Color3.fromRGB(20,40,50)
  15. tl.Font = "SourceSans"
  16. tl.TextStrokeTransparency = 0.6
  17. tl.TextScaled = false
  18. tl.Text = "Tokens"
  19. tl.Parent = bbg
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement