Advertisement
Josemmoya

Untitled

Feb 23rd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. wait (2)--without it it be lonely blanket
  2.  
  3. part = Instance.new("Part", workspace)--most easy thing to make on world
  4. game.workspace.Part.Size = Vector3.new(4, 6, 1)--will it make a streched duck
  5. weld = Instance.new("Weld", part)
  6. weld.Part0 = part--what if it welds to a duck
  7. weld.Part1 = workspace.Josemmoya["Torso"]--without it player will not hold the blanket to pretend like a clown
  8. game.workspace.Part.Massless = true
  9. Decal = Instance.new("Decal", game.workspace.Part)--crippling decals
  10. game.workspace.Part.Decal.Texture = "http://www.roblox.com/asset/?id=2535195527"--so you think im disguising as ghost in blanket with a texture
  11. game.workspace.Josemmoya["Left Leg"].Transparency = 1--makes it invisable
  12. game.workspace.Josemmoya["Right Leg"].Transparency = 1--so who owns these legs
  13. game.workspace.Josemmoya["Right Arm"].Transparency = 1--is it a drone arm
  14. game.workspace.Josemmoya["Left Arm"].Transparency = 1--its a ghost hand ahhh
  15. game.workspace.Josemmoya.Head.Mesh:Destroy()--is that a twin head lol
  16. game.workspace.Part.Transparency = 1--OH NO IM A BLANKET without the code
  17. game.workspace.Josemmoya.Torso.Transparency = 1--duh its a ghost in costume lol
  18. game.workspace.Josemmoya.Head.Transparency = 1--what thinking hes a cannibal
  19. game.workspace.Josemmoya.Head.face:Destroy()--if he had a another face he is creepy
  20. game.workspace.Josemmoya.Humanoid.Animator:Destroy()--dont you want clown being sleepy
  21.  
  22. Sound = Instance.new("Sound", game.workspace.Josemmoya.Torso)--adds sound to torso
  23. game.workspace.Josemmoya.Torso.Sound.SoundId = "rbxassetid://2597271983"
  24. game.workspace.Josemmoya.Torso.Sound.Volume = 10--too loud make it loud
  25. game.workspace.Josemmoya.Torso.Sound.Looped = true--speaker battery infinity
  26. game.workspace.Josemmoya.Torso.Sound:Play()--jevil sounds intensifes
  27. print("jevil jokes loaded")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement