Advertisement
LikeMyPastesnow

Bob the builder

Mar 13th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. --BOB THE BUILDER made my theminingblock
  2. local Me = game.Players.LocalPlayer
  3. local Tool = Instance.new("HopperBin", Me.Backpack)
  4. Tool.BinType = "Hammer"
  5. Tool.TextureId = "rbxassetid://31634001"
  6. game:GetService("InsertService"):LoadAsset(629893424).Parent=game.Players.LocalPlayer.Backpack
  7. game.Players.LocalPlayer.Backpack.Model.BombasticExplodingSword.Parent = game.Players.LocalPlayer.Backpack
  8. game.Players.LocalPlayer.Backpack.BombasticExplodingSword.Handle.Mesh.MeshId = "rbxassetid://16884681"
  9. game.Players.LocalPlayer.Backpack.BombasticExplodingSword.Handle.Mesh.TextureId = "rbxassetid://16884673"
  10. game.Players.LocalPlayer.Backpack.BombasticExplodingSword.Handle.Mesh.Scale = Vector3.new(2, 1, 1)
  11. game.Players.LocalPlayer.Backpack.BombasticExplodingSword.GripUp = Vector3.new(0, 0.061, 0.998)
  12. game.Players.LocalPlayer.Backpack.BombasticExplodingSword.Handle.Mesh.Offset = Vector3.new(0, -2, 1)
  13. local ripbob = Instance.new("Sound", Workspace)
  14. ripbob.SoundId = "rbxassetid://154238035"
  15. ripbob.Name = "BobTheBuilder"
  16. ripbob.Playing = true
  17. ripbob.Looped = true
  18. Me.Character.Pants.PantsTemplate = "rbxassetid://96585946"
  19. Me.character.Shirt.ShirtTemplate = "rbxassetid://96586358"
  20. game:GetService("InsertService"):LoadAsset(11844853).Parent=game.Players.LocalPlayer.Character
  21. wait(1)
  22. game.Players.LocalPlayer.Character.Model.TBCHardHat.Parent = game.Players.LocalPlayer.Character
  23. while true do
  24. if game.Players.LocalPlayer.Character.Humanoid.Health == 0 then
  25. game.Workspace.BobTheBuilder.SoundId = "rbxassetid://236233428"
  26. wait(6)
  27. game.Workspace.BobTheBuilder.Playing = false
  28. wait(1)
  29. break
  30. end
  31. end
  32. local instancepart = Instance.new("Part", Workspace)
  33. instancepart.Transparency = 1
  34. instancepart.Name = "SpecialBoi"
  35. instancepart.Size = Vector3.new(4.8, 6.2, 0.1)
  36. instancepart.Locked = true
  37. instancepart.Anchored = true
  38. instancepart.CanCollide = false
  39. instancepart.Position = game.Players.LocalPlayer.Character.Head.Position
  40. local SurfaceInstance = Instance.new("SurfaceGui", game.Workspace.SpecialBoi)
  41. local TextInstance = Instance.new("TextLabel", game.Workspace.SpecialBoi.SurfaceGui)
  42. TextInstance.Size = UDim2.new(0, 800, 0, 600)
  43. TextInstance.Position = UDim2.new(0, 0, 0, -200)
  44. TextInstance.TextSize = 100
  45. TextInstance.Font = "Cartoon"
  46. TextInstance.Text = "Bob The Builder"
  47. TextInstance.BackgroundTransparency = 1
  48. TextInstance.Orientation = game.Players.LocalPlayer.Character.Head.Orienation
  49. local SurfaceInstance2 = Instance.new("SurfaceGui", game.Workspace.SpecialBoi)
  50. SurfaceInstance2.Name = "Ooga"
  51. SurfaceInstance2.Face = "Back"
  52. local TextInstance2 = Instance.new("TextLabel", game.Workspace.SpecialBoi.Ooga)
  53. TextInstance2.Size = UDim2.new(0, 800, 0, 600)
  54. TextInstance2.Position = UDim2.new(0, 0, 0, -200)
  55. TextInstance2.TextSize = 100
  56. TextInstance2.Font = "Cartoon"
  57. TextInstance2.Text = "Bob The Builder"
  58. TextInstance2.BackgroundTransparency = 1
  59. TextInstance2.Orientation = game.Players.LocalPlayer.Character.Head.Orienation
  60. wait(2)
  61. while true do
  62. game.Workspace.SpecialBoi.Position = game.Players.LocalPlayer.Character.Head.Position
  63. wait(0.4)
  64. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement