Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function _G.sus(times)
- pcall(function()
- for i = 1, times do
- task.wait()
- newpart = Instance.new("Part", script)
- local yes = Instance.new("Sound", newpart)
- yes.SoundId = "rbxassetid://6827961451"
- yes.Volume = 1
- yes:Play()
- newpart.Size = Vector3.new(2.07190909091,3.83827272727,2.77245454545)
- newpart.CFrame = owner.Character.HumanoidRootPart.CFrame * CFrame.new(0,0,-10)
- Mesh = Instance.new("SpecialMesh")
- Mesh.Parent = newpart
- Mesh.MeshId = "http://www.roblox.com/asset/?id=6686375902"
- Mesh.TextureId = "http://www.roblox.com/asset/?id=6686375937"
- Mesh.Scale = Vector3.new(0.0909090909, 0.0909090909, 0.0909090909)
- wait()
- end
- end)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement