Main public logs
From ROBLOX Wiki
Jump to navigationJump to search
Combined display of all available logs of ROBLOX Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:38, 10 December 2024 PRG talk contribs created page Function Dump/Mathematical Functions (Created page with "{{CatUp|Function Dump}} =Mathematical Functions= This library is an interface to the standard C math library. It provides all its functions inside the table math. ===math.abs (x)=== Returns the absolute value of x. {{Example|1=<!--why does it require this???--> <span style="color:blue">''Try me with Edit Mode!''</span> <pre> for i = -10, 10, .1 do local p = Instance.new("Part") p.Parent = game.Workspace p.Size = Vector3.new(1,1,1...")