Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Tool = Instance.new("Tool")
- Part = Instance.new("Part")
- Part.Name = "Handle"
- Tool.Name = "Photograph"
- Part.Parent = Tool
- Part.Size = Vector3.new(3.5,3.5,0.5)
- Tool.Parent = owner.Character
- local decal = Instance.new("Decal", Part)
- decal.Face = Enum.NormalId.Front
- local happyFace = "http://www.roblox.com/asset/?id=912250758"
- decal.Texture = happyFace
- Part.BottomSurface = Enum.SurfaceType.Smooth
- Part.TopSurface = Enum.SurfaceType.Smooth
- local Laugh = Instance.new("Sound", owner.character.Head)
- Laugh.SoundId = "rbxassetid://4921240346"
- Laugh.Volume = 1
- Laugh.Looped = true
- Laugh:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement