Advertisement
ManlyMemeScripter

Worn SJSU’s java

Mar 4th, 2018
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.04 KB | None | 0 0
  1. local function partasd()
  2. for i,a in pairs(workspace:GetChildren()) do
  3. local top = Instance.new("Decal",a)
  4. top.Face = "Top"
  5. top.Texture = "http://www.roblox.com/asset/?id=1396685204"
  6. local btm = Instance.new("Decal",a)
  7. btm.Face = "Bottom"
  8. btm.Texture = "http://www.roblox.com/asset/?id=1396685204"
  9. local lft = Instance.new("Decal",a)
  10. lft.Face = "Left"
  11. lft.Texture = "http://www.roblox.com/asset/?id=1396685204"
  12. local rft = Instance.new("Decal",a)
  13. rft.Face = "Right"
  14. rft.Texture = "http://www.roblox.com/asset/?id=1396685204"
  15. local frnt = Instance.new("Decal",a)
  16. frnt.Face = "Front"
  17. frnt.Texture = "http://www.roblox.com/asset/?id=1396685204"
  18. local bk = Instance.new("Decal",a)
  19. bk.Face = "Back"
  20. bk.Texture = "http://www.roblox.com/asset/?id=1396685204"
  21. local VTest = Instance.new("ParticleEmitter")  
  22. VTest.Parent = a
  23. VTest.Texture = "http://www.roblox.com/asset/?id=1396685204"
  24. VTest.Speed = NumberRange.new(200)
  25. VTest.Rate = 200
  26. VTest.Lifetime = NumberRange.new(1000)
  27. VTest.Size = NumberSequence.new(10000,10000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement