tooth = Instance.new("Tool", game.Workspace) tooth.Name = "Time Freeze" wait(1) tooth.Parent = game.Workspace.Mitko1223tm ---Chang to your name Sphere = Instance.new("SpecialMesh",tooth) Sphere.Name = "SphereMesh" Sphere.MeshId = "http://www.roblox.com/asset/?id=94736101" Bandle = Instance.new("Part",tooth) Bandle.Name = "Handle" Round = Instance.new("Sound",Bandle) Round.Name = "Sound" Round.SoundId = "rbxassetid://274698941" LimeResume = Instance.new("Sound",Bandle) LimeResume.Name = "TimeResume" LimeResume.SoundId = "rbxassetid://274699177" Bessage = Instance.new("Message",tooth) --The broken as fuck script freez = true players = game:GetService("Players") local froze = {} function VisualEffect(part) local EffectLength = 1.5 local StartSphereScale = Vector3.new(.1,.1,.1) local EndSphereScale = Vector3.new(40,40,40) local sphere = Instance.new('Part') sphere.CanCollide = false sphere.Anchored = true sphere.Transparency = 0.5 sphere.Reflectance = 99 sphere.FormFactor = Enum.FormFactor.Custom sphere.Shape = Enum.PartType.Ball sphere.Size = Vector3.new(0.2, 0.2, 0.2) sphere.CFrame = CFrame.new(part.CFrame.p) sphere.TopSurface = Enum.SurfaceType.Smooth sphere.BottomSurface = Enum.SurfaceType.Smooth sphere.Name = 'water' --LOL-CANO sphere.BrickColor=BrickColor.Gray() sphere.Transparency = 0.1 -- Add 0.2 for the wait below game.Debris:AddItem(sphere, EffectLength + 1) sphere.Parent = game.Workspace local sphereMesh = Sphere:Clone() sphereMesh.VertexColor=Vector3.new(1,1,1) sphereMesh.Scale = Vector3.new(.1,.1,.1) sphereMesh.Parent = sphere sphere.Transparency = 0 local startTime=time() while time()-startTime