Advertisement
sIendytubble

baldi spam

Jun 7th, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. for i,v in pairs(game.Players:GetChildren()) do
  2. for i = 1,4 do
  3. mas = workspace
  4. Part0 = Instance.new("Part")
  5. SpecialMesh1 = Instance.new("SpecialMesh")
  6. Sound2 = Instance.new("Sound")
  7. Part0.Parent = mas
  8. Part0.CFrame = CFrame.new(1, 9.40340805, 0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  9. Part0.Position = Vector3.new(1, 9.40340805, 0.5)
  10. Part0.Size = Vector3.new(6, 6, 1)
  11. Part0.BottomSurface = Enum.SurfaceType.Smooth
  12. Part0.TopSurface = Enum.SurfaceType.Smooth
  13. Part0.Position = v.Character.Head.Position + Vector3.new(0,5,0)
  14. SpecialMesh1.Parent = Part0
  15. SpecialMesh1.MeshId = "rbxassetid://4503289731"
  16. SpecialMesh1.TextureId = "rbxassetid://4503289751"
  17. SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  18. Sound2.Name = "BALDI WOW"
  19. Sound2.Parent = Part0
  20. Sound2.SoundId = "rbxassetid://2126219737"
  21. Sound2.Volume = 10
  22. Sound2:Play()
  23. end
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement