Advertisement
TheUnknownDiscord

sus

Oct 19th, 2021 (edited)
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function _G.sus(times)
  2. pcall(function()
  3. for i = 1, times do
  4. task.wait()
  5. newpart = Instance.new("Part", script)
  6. local yes = Instance.new("Sound", newpart)
  7. yes.SoundId = "rbxassetid://6827961451"
  8. yes.Volume = 1
  9. yes:Play()
  10. newpart.Size = Vector3.new(2.07190909091,3.83827272727,2.77245454545)
  11. newpart.CFrame = owner.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-10)
  12. Mesh = Instance.new("SpecialMesh")
  13. Mesh.Parent = newpart
  14. Mesh.MeshId = "http://www.roblox.com/asset/?id=6686375902"
  15. Mesh.TextureId = "http://www.roblox.com/asset/?id=6686375937"
  16. Mesh.Scale = Vector3.new(0.0909090909, 0.0909090909, 0.0909090909)
  17. wait()
  18. end
  19. end)
  20. end
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement