💻
Roblox Game Developer
Pinned Loading
-
Rblx-Sphere-Collisions
Rblx-Sphere-Collisions PublicHandles the UpVector collisions for a sphere
Lua
-
Generates a triangle in Roblox from ...
Generates a triangle in Roblox from 3 points 1local function getTriangleNormal(a: Vector3, b: Vector3, c: Vector3): Vector3
2return (b-a):Cross(c-b).Unit
3end
45local function createWedge(p0: Vector3, p1: Vector3, p2: Vector3, n: Vector3)
-
B&M_Mesh_Convertor.lua
B&M_Mesh_Convertor.lua 1print("Hello world!")
2local Parent = script.Parent
34local Triangle = require(script:WaitForChild("Triangle"))
5 -
Brads-Built-Tools
Brads-Built-Tools PublicA Roblox plugin bundle (multiple plugins combined into one)
Lua 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.