Advertisement
DrakerMaker

Bighead

May 26th, 2019
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. local m = Instance.new("Hint")
  2. m.Parent = workspace
  3. m.Text = "I just realised I gave "..game.Players.LocalPlayer.Name.." Bighead Potion."
  4. wait(3)
  5. m.Text = "RUN!!"
  6. wait(3)
  7. m:Destroy()
  8. local sound = Instance.new("Sound")
  9. sound.SoundId = "rbxassetid://2297862957"
  10. sound.Parent = workspace
  11. sound.Looped = true
  12. sound.Volume = 3
  13. sound:Play()
  14. game.Players.LocalPlayer.Character.Head.Mesh.Scale = Vector3.new(2.25, 2.25, 2.25)
  15. wait()
  16. game.Players.LocalPlayer.Character.Head.Mesh.Scale = Vector3.new(3.25, 3.25, 3.25)
  17. wait()
  18. game.Players.LocalPlayer.Character.Head.Mesh.Scale = Vector3.new(4.25, 4.25, 4.25)
  19. wait()
  20. game.Players.LocalPlayer.Character.Head.Mesh.Scale = Vector3.new(5.25, 5.25, 5.25)
  21. wait()
  22. game.Players.LocalPlayer.Character.Head.Mesh.Scale = Vector3.new(8.25, 8.25, 8.25)
  23. wait()
  24. game.Players.LocalPlayer.Character.Head.Mesh.Scale = Vector3.new(11.25, 11.25, 11.25)
  25. wait()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement