Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Plr = owner
- local Tool = Instance.new("Tool")
- Tool.Name = "Inf"
- Tool.Parent = Plr.Backpack
- Tool.CanBeDropped = true
- local Handle = Instance.new("Part")
- Handle.Name = "Handle"
- Handle.Parent = Tool
- Handle.Anchored = false
- Handle.Size = Vector3.new(1.5, 1.5, 3)
- Handle.TopSurface = "Smooth"
- Handle.BottomSurface = "Smooth"
- Handle.Color = Color3.new(1, 20, 0)
- local decal = Instance.new("Decal", Handle)
- decal.Face = Enum.NormalId.Top
- decal.Texture = "http://www.roblox.com/asset/?id=" .. tostring(3109253396)
- local decal = Instance.new("Decal", Handle)
- decal.Face = Enum.NormalId.Left
- decal.Texture = "http://www.roblox.com/asset/?id=" .. tostring(3109254045)
- local decal = Instance.new("Decal", Handle)
- decal.Face = Enum.NormalId.Bottom
- decal.Texture = "http://www.roblox.com/asset/?id=" .. tostring(3109254637)
- local decal = Instance.new("Decal", Handle)
- decal.Face = Enum.NormalId.Back
- decal.Texture = "http://www.roblox.com/asset/?id=" .. tostring(3109255061)
- local decal = Instance.new("Decal", Handle)
- decal.Face = Enum.NormalId.Front
- decal.Texture = "http://www.roblox.com/asset/?id=" .. tostring(3109255061)
- local decal = Instance.new("Decal", Handle)
- decal.Face = Enum.NormalId.Right
- decal.Texture = "http://www.roblox.com/asset/?id=" .. tostring(3109254637)
- Tool.Equipped:connect(function(m)
- sound = Instance.new("Sound", game.Workspace)
- sound.SoundId = "http://www.roblox.com/asset/?id=" .. tostring(3109019415)
- sound:Play()
- end)
- Tool.Unequipped:connect(function()
- sound:Destroy()
- end)
- Tool.Activated:connect(function()
- for i, plr in pairs(game.Players:GetChildren()) do
- if plr.Name == Plr.Name then
- print("Snap!")
- else
- plr.Character = nil
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment