-- Example: shark chasing logic local shark = script.Parent local target = game.Workspace:FindFirstChild("Boat") while target do local direction = (target.Position - shark.Position).Unit shark.Velocity = direction * 50 wait(0.1) end
PDF to DWG Converter
Help you convert PDF file into DWG, DXF file. high quality, ease of use. SharkBite Script
DWGSee DWG Viewer
A lite and fast dwg viewer, browse, view, redline, print DWG, DXF, DWF files.
DWG to PDF Converter
Convert DWG and DXF files to PDF files directly without need of AutoCAD. -- Example: shark chasing logic local shark = script