TheRealEprent

Lua number gen (roblox)

Jan 15th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. --Put dis inside the part
  2. local gui=Instance.new'SurfaceGui'
  3.     local txt = Instance.new'TextLabel'
  4. local number="1" --change dis
  5.  
  6. gui.Parent = script.Parent txt.Parent = gui txt.Text=number txt.TextScaled=true txt.TextStrokeTransparency = 0 txt.BackgroundTransparency = 1
Advertisement
Add Comment
Please, Sign In to add comment