Skip to content

Instantly share code, notes, and snippets.

@BitwiseAndrea
BitwiseAndrea / FormService.luau
Last active November 20, 2024 00:30
FormService with multiple labelledBy ids fix 👩🏽‍🔧
local Players = game:GetService("Players")
local TextService = game:GetService("TextService")
local HttpService = game:GetService("HttpService")
local DataStoreService = game:GetService("DataStoreService")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local FormRemote = Instance.new("RemoteFunction")
FormRemote.Name = "FormRemote"
FormRemote.Parent = ReplicatedStorage