View difference between Paste ID: BTz6KiST and Yiy4iZsc
SHOW: | | - or go back to the newest paste.
1-
function _G.newp(times)
1+
function _G.sus(times)
2
pcall(function()
3
for i = 1, times do
4
task.wait()
5-
newpart.Size = Vector3.new(2.5,2.5,2.5)
5+
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