Advertisement
kik767868767

Untitled

Feb 10th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. local rnad = workspace.Robolxtm.Humanoid.WalkSpeed * math.random(2,6)
  2. print('Changing speed to '..rnad..'.')
  3. workspace.Robolxtm.Humanoid.WalkSpeed = rnad
  4. local test = Instance.new('BillboardGui')
  5. test.Adornee = workspace.Robolxtm.Head
  6. test.ExtentsOffset.y = Vector3.new(0,3,0)
  7. local test2 = Instance.new('TextLabel')
  8. test2.Parent = test
  9. test2.Text = 'Robolxtm, test?'
  10. test2.TextScaled = true
  11. test2.BackgroundTransparency = 1
  12. print('Done!')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement