Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- --Start the script
- local Plr = game.Players.mememasterYT65910 -- "mememasterYT65910" to in-game name
- --Instance.new
- local Tool = Instance.new("Tool", game.Workspace)
- Tool.Name = "Doritos Drink"
- local Handle = Instance.new("Part", Tool)
- Handle.Name = "Handle"
- local Mesh = Instance.new("SpecialMesh", Handle)
- Mesh.MeshType = "FileMesh"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=10470609"
- local Txture = Instance.new("Decal", Handle)
- Txture.Texture = "http://www.roblox.com/asset/?id=328846943"
- Tool.GripPos = Vector3.new(0, 0, 0)
- Tool.Parent = Plr.Backpack
- --Sound
- local DS = Instance.new("Sound", Handle)
- local OS = Instance.new("Sound", Handle) -- it's not a os! its open sound!
- DS.SoundId = "http://www.roblox.com/asset/?id=10722059"
- OS.SoundId = "http://www.roblox.com/asset/?id=10721950"
- --Function
- Tool.Equipped:connect(function()
- Tool.GripPos = Vector3.new(0, 0, 0)
- OS:Play()
- end)
- Tool.Activated:connect(function()
- DS:Play()
- Tool.GripPos = Vector3.new(1.5, -0.3, -0.5)
- wait(2)
- Tool.GripPos = Vector3.new(0, 0, 0)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement