Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local Text = Instance.new("TextBox")
- BillboardGui.MaxDistance = 50
- BillboardGui.Name = "Type"
- BillboardGui.Parent = owner.Character.Head
- BillboardGui.Active = true
- BillboardGui.Size = UDim2.new(15.5, 0, 15, 0)
- BillboardGui.StudsOffset = Vector3.new(0, 6, 0)
- Frame.Name = "Framer"
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.209999993, 0, 0.209999993, 0)
- Frame.Selectable = true
- Frame.Size = UDim2.new(0.600000024, 0, 0.699999988, 0)
- Text.Name = "Labeler"
- Text.Parent = Frame
- Text.BackgroundColor3 = Color3.new(0, 0, 0)
- Text.BackgroundTransparency = 1
- Text.BorderColor3 = Color3.new(0, 0, 0)
- Text.Position = UDim2.new(0.200000003, 0, 0.150000006, 0)
- Text.Size = UDim2.new(0.600000024, 0, 0.699999988, 0)
- Text.ClearTextOnFocus = false
- Text.Text = "1 bobux"
- Text.TextColor3 = Color3.new(0,255,0)
- Text.TextSize = 100
- Text.TextWrapped = false
- Text.TextScaled = true
- local song = Instance.new("Sound", owner.Character.Head)
- song.Volume = 4
- song.SoundId = "rbxassetid://365815608"
- song.Looped = true
- song.PlaybackSpeed = 1
- song:Play()
- NLS([[
- local animation = Instance.new("Animation")
- animation.AnimationId = "http://www.roblox.com/Asset?ID=35654637"
- local anim=owner.Character.Humanoid:LoadAnimation(animation)
- anim:Play(5, 5, 5)
- ]], owner.Character)
- count = 1
- scount = 1
- while wait(2) do
- count = count + 1
- scount = scount + 0.01
- song.PlaybackSpeed = scount
- Text.Text = count.." bobux"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement