This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |