Skip to content

Instantly share code, notes, and snippets.

View NobleDraconian's full-sized avatar

Noble_Draconian NobleDraconian

View GitHub Profile
@NobleDraconian
NobleDraconian / publish.yml
Created February 18, 2022 22:22 — forked from boatbomber/publish.yml
A publishing workflow for Roblox projects
## Welcome to boatbomber's publish workflow.
# You'll need a few things in your GitHub Action secrets for this to work:
# - ROBLOSECURITY : A cookie of a Roblox account (used to install Studio for testing)
# - RBXID : Another cookie from the account (also used in Studio install)
# - PUBLISHCLOUD : A Roblox OpenCloud API key with Write permission in Place Management for your game
# This workflow assumes that you have:
# - A `foreman.toml` with rojo, selene, run-in-roblox, and darklua
# - A `default.project.json` that builds a place file
@NobleDraconian
NobleDraconian / DrawBeamCircle.lua
Created November 22, 2021 16:56 — forked from ecurtiss/DrawBeamCircle.lua
Creates a circle out of Beams in Roblox.
--[[
Creates a circle out of Beams.
You can let it use a default Beam object, but you probably want to pass it
your own via the BeamObject parameter.
local BeamCircle, Attachments, Beams = DrawBeamCircle({
[REQUIRED]
CFrame = CFrame of center of circle,
Radius = Radius of circle,