Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Put dis inside the part
- local gui=Instance.new'SurfaceGui'
- local txt = Instance.new'TextLabel'
- local number="1" --change dis
- 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