From 5876ce9f22c1526e02926cd861df3a6917877e19 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 22 Jul 2023 14:46:40 +0200 Subject: [PATCH] Fix helper scripts being out of date --- scripts/brick_color.luau | 3 +++ scripts/font_enum_map.luau | 2 ++ scripts/physical_properties_enum_map.luau | 2 ++ 3 files changed, 7 insertions(+) diff --git a/scripts/brick_color.luau b/scripts/brick_color.luau index 1f73474..1bf66ed 100644 --- a/scripts/brick_color.luau +++ b/scripts/brick_color.luau @@ -1,3 +1,6 @@ +local fs = require("@lune/fs") +local net = require("@lune/net") + local URL = "https://gist.githubusercontent.com/Anaminus/49ac255a68e7a7bc3cdd72b602d5071f/raw/f1534dcae312dbfda716b7677f8ac338b565afc3/BrickColor.json" diff --git a/scripts/font_enum_map.luau b/scripts/font_enum_map.luau index da9a0cd..f6d4106 100644 --- a/scripts/font_enum_map.luau +++ b/scripts/font_enum_map.luau @@ -1,3 +1,5 @@ +--!nocheck + -- NOTE: This must be ran in Roblox Studio to get up-to-date font values local contents = "" diff --git a/scripts/physical_properties_enum_map.luau b/scripts/physical_properties_enum_map.luau index 595f61e..62b3f97 100644 --- a/scripts/physical_properties_enum_map.luau +++ b/scripts/physical_properties_enum_map.luau @@ -1,3 +1,5 @@ +--!nocheck + -- NOTE: This must be ran in Roblox Studio to get up-to-date enum values local contents = ""