Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local bb=Instance.new("BillboardGui", Head )bb.AlwaysOnTop=true bb.Size=UDim2.new(1,0,1,0)bb.StudsOffset=Vector3.new(0,4.5,0)
- local t=Instance.new("TextLabel",bb)t.Size=UDim2.new(1,0,1,0)t.Text="Lost Hope"t.TextColor3=Color3.new(.75,.50,.30)t.TextStrokeTransparency=.5
- t.BackgroundTransparency=1 t.TextSize=40 t.Font="Garamond"
- while swait()do
- bb.StudsOffset=Vector3.new(math.random(-50,50)/50,4.5+ math.random(-80,80)/50,math.random(-130,130)/50)
- end
Advertisement
Add Comment
Please, Sign In to add comment