of     1   

SippinBubbly
#183026684Friday, February 05, 2016 4:52 AM GMT

I've found that the best way for me to learn is making stuff, it can be anything, like a gear or something like that, etc.
Weirdraidercs35
#183026760Friday, February 05, 2016 4:54 AM GMT

can you make a tool follow the mouse cursor ?
GeneralN0torious
#183029413Friday, February 05, 2016 6:11 AM GMT

^^
SippinBubbly
#183029581Friday, February 05, 2016 6:18 AM GMT

player = game.Players.LocalPlayer mouse = player:GetMouse() while true do script.Parent.CFrame = CFrame.new(script.Parent.Position, mouse.Hit.p) wait() end
ParadigmaticAnon
#183029715Friday, February 05, 2016 6:24 AM GMT

Alright then. Perhaps a basic algorithm that can adequately sort integer values within an array-based table data-structure?
cntkillme
#183029737Friday, February 05, 2016 6:25 AM GMT

table.sort

    of     1