Advertising
advertising
related pastes to tag 'getmass'
- 916895 - GetMass(object): script roblox getmass
-
- function GetMass(object)
- local check,mass,c = {"Part","SpawnLocation","FlagStand","Seat"},0,object:GetChildren()
- function runCheck(class)
- for i = 1, #check do
- if check[i]:lower() == class:lower() then return true end
- end
- return false
- end
- 916846 - GetMass(object): script roblox getmass
-
- function GetMass(object)
- local check,mass,c = {"Part","SpawnLocation","FlagStand","Seat"},0,object:GetChildren()
- function runCheck(class)
- for i = 1, #check do
- if check[i]:lower() == class:lower() then return true end
- end
- return false
- end
- 916833 - GetMass(object): script roblox getmass
-
- function GetMass(object)
- local check,mass,c = {"Part","SpawnLocation","FlagStand","Seat"},0,object:GetChildren()
- function runCheck(class)
- for i = 1, #check do
- if check[i]:lower() == class:lower() then return true end
- end
- return false
- end
- 914556 - GetMass(object): script roblox getmass
-
- function GetMass(object)
- local check = {"Part","SpawnLocation","FlagStand","Seat"}
- local mass = 0
- for n = 1, #check do
- if object.className == check[n]
- mass = mass + object:GetMass()
- end
- end
- 898346 - GetMass(object): script roblox getmass
-
- function GetMass(object)
- local mass = 0
- if object.className == "Part"
- or c[i].className == "SpawnLocation"
- or c[i].className == "FlagStand"
- or c[i].className == "Seat" then
- mass = mass + object:GetMass()
- end
- 898219 - GetMass(object): script roblox getmass
-
- function GetMass(object)
- local mass = 0
- if object.className == "Part"
- or c[i].className == "SpawnLocation"
- or c[i].className == "FlagStand"
- or c[i].className == "Seat" then
- mass = object:GetMass()
- end
- 898216 - GetMass(object): script roblox getmass
-
- function GetMass(object)
- local mass = 0
- if object.className == "Part" then
- mass = object:GetMass()
- end
- local c = object:GetChildren()
- for i = 1, #c do
- if c[i].className == "Part"