Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function partasd()
- for i,a in pairs(workspace:GetChildren()) do
- local top = Instance.new("Decal",a)
- top.Face = "Top"
- top.Texture = "http://www.roblox.com/asset/?id=1396685204"
- local btm = Instance.new("Decal",a)
- btm.Face = "Bottom"
- btm.Texture = "http://www.roblox.com/asset/?id=1396685204"
- local lft = Instance.new("Decal",a)
- lft.Face = "Left"
- lft.Texture = "http://www.roblox.com/asset/?id=1396685204"
- local rft = Instance.new("Decal",a)
- rft.Face = "Right"
- rft.Texture = "http://www.roblox.com/asset/?id=1396685204"
- local frnt = Instance.new("Decal",a)
- frnt.Face = "Front"
- frnt.Texture = "http://www.roblox.com/asset/?id=1396685204"
- local bk = Instance.new("Decal",a)
- bk.Face = "Back"
- bk.Texture = "http://www.roblox.com/asset/?id=1396685204"
- local VTest = Instance.new("ParticleEmitter")
- VTest.Parent = a
- VTest.Texture = "http://www.roblox.com/asset/?id=1396685204"
- VTest.Speed = NumberRange.new(200)
- VTest.Rate = 200
- VTest.Lifetime = NumberRange.new(1000)
- VTest.Size = NumberSequence.new(10000,10000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement