Skip to content

Instantly share code, notes, and snippets.

View devSparkle's full-sized avatar

Ricardo Loureiro devSparkle

View GitHub Profile
@ghostrider-05
ghostrider-05 / discord_app_protocols.md
Last active December 4, 2025 22:51
An unofficial list of discord app protocol routes

Discord app protocol routes

Home:

  • /: discord://-/
  • friends: discord://-/channels/@me/
  • nitro: discord://-/store
  • shop: discord://-/shop
  • message requests: discord://-/message-requests
  • family centre: discord://-/family-center
@Validark
Validark / Nevermore Redux.module.lua
Last active May 5, 2017 04:36
Now supports infinite yielding for Folder creation as well!
-- @author Validark
-- @original Quenty
-- @readme https://github.com/NevermoreFramework/Nevermore
local RunService = game:GetService("RunService")
local ServerStorage = game:GetService("ServerStorage")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local ServerScriptService = game:GetService("ServerScriptService")
-- Configuration
Axes
BrickColor
CFrame
CellId
Color3
ColorSequence
ColorSequenceKeypoint
DebuggerManager
Delay
ElapsedTime
-- @author Validark
--[[
Place this in a `Script` in `ServerScriptService`
Place Arena spawns in a model called in the workspace
Make sure the name of the Arena spawns model matches variable `ARENASPAWNS` in the Configuration below
Place the Pistol in the ServerStorage
Make sure the name of the Pistol matches the variable `GEAR_NAME` in Configuration