About 368,000 results
Open links in new tab
  1. Convert negatives within vector to positive - Roblox

    Dec 25, 2021 · What do you want to achieve? I have a vector value, which occasionally gets negative values, but the thing I want to use the vector for doesn’t support negatives. I want to …

  2. No longer a problem - Scripting Support - Developer Forum | Roblox

    Nov 29, 2020 · It’s absolute value. Meaning, when you place a number within the parameters for math.abs, it will return it’s value as a positive number, regardless of whether it’s positive or …

  3. How to use math functions - Scripting Support - Roblox

    Apr 20, 2022 · Hello, would someone be so kind as to explain to me what they are for and how to use these mathematical functions? math.deg () math.rad () math.huge () math.abs () I was …

  4. Help with math library - Scripting Support - Roblox

    May 20, 2020 · I’m interested into what all math functions do, ive seen different systems use them and different types of scripts and I’m really interested to what all their uses are, I know …

  5. How can math be used in usual scripting? - DevForum | Roblox

    Nov 12, 2023 · So I have thought that, I can use the math function for different tasks. Examples include: math.random; used for randomizing values math.round; used for getting approximate …

  6. Math library for Lua - Community Resources - Roblox

    Mar 19, 2022 · math = {} math.pi = 3.14159265358979323846 math.huge = 1.7976931348623157E+308 math.abs = function(x) if x >= 0 then return x else return -x end …

  7. How do you make a positive number into a negative number

    May 29, 2019 · I’m trying to make “A” which is equivalent to 5 into -5 the variable changes so I can’t just do A = A - 5 how would I turn a positive number negative or overwise flip the number …

  8. Does muscles are forbidden in roblox? - DevForum | Roblox

    Jul 22, 2023 · I want to know if muscles are forbidden in roblox, because I want to make a brotherhood logo where two muscled arms are doing wrestling, and I wanna know if that is …

  9. Advanced Combat System: Official Releases - Roblox

    Oct 7, 2021 · Welcome to the official releases page for Advanced Combat System. This is the official release page for ACS where you will be able to find links to official releases of ACS gun …

  10. Some Vector3 (or 2) methods are not documented - Roblox

    Feb 7, 2024 · The :Ceil (), :Floor (), :Abs () and :Sign () methods for Vector3 / Vector2 are not documented in the api. Here is where the methods are listed and these methods can not be …