Skip to content
View BradDeveloper's full-sized avatar
💻
💻

Organizations

@Watermelon-Flamingos @RAAPA

Block or report BradDeveloper

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Rblx-Sphere-Collisions Rblx-Sphere-Collisions Public

    Handles the UpVector collisions for a sphere

    Lua

  2. Generates a triangle in Roblox from ... Generates a triangle in Roblox from 3 points
    1
    local function getTriangleNormal(a: Vector3, b: Vector3, c: Vector3): Vector3
    2
    	return (b-a):Cross(c-b).Unit
    3
    end
    4
    
                  
    5
    local function createWedge(p0: Vector3, p1: Vector3, p2: Vector3, n: Vector3)
  3. B&M_Mesh_Convertor.lua B&M_Mesh_Convertor.lua
    1
    print("Hello world!")
    2
    local Parent = script.Parent
    3
    
                  
    4
    local Triangle = require(script:WaitForChild("Triangle"))
    5
    
                  
  4. Brads-Built-Tools Brads-Built-Tools Public

    A Roblox plugin bundle (multiple plugins combined into one)

    Lua 2