Advertisement
TheUnknownDiscord

it makes me LaUGh

Sep 22nd, 2021
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Tool = Instance.new("Tool")
  2. Part = Instance.new("Part")
  3. Part.Name = "Handle"
  4. Tool.Name = "Photograph"
  5. Part.Parent = Tool
  6. Part.Size = Vector3.new(3.5,3.5,0.5)
  7. Tool.Parent = owner.Character
  8. local decal = Instance.new("Decal", Part)
  9. decal.Face = Enum.NormalId.Front
  10. local happyFace = "http://www.roblox.com/asset/?id=912250758"
  11. decal.Texture = happyFace
  12. Part.BottomSurface = Enum.SurfaceType.Smooth
  13. Part.TopSurface = Enum.SurfaceType.Smooth
  14. local Laugh = Instance.new("Sound", owner.character.Head)
  15. Laugh.SoundId = "rbxassetid://4921240346"
  16. Laugh.Volume = 1
  17. Laugh.Looped = true
  18. Laugh:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement