Skip to content

Instantly share code, notes, and snippets.

View SigmaThetaTech's full-sized avatar

SigmaTech SigmaThetaTech

View GitHub Profile
@SigmaThetaTech
SigmaThetaTech / FormService.luau
Created November 7, 2024 00:39
For Bitwise / Andrea - FormService 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