local DataStoreService = game:GetService("DataStoreService")
local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local ServerStorage = game:GetService("ServerStorage")
local ReplicatedFirst = game:GetService("ReplicatedFirst")

local SkinData = DataStoreService:GetDataStore("SkinData")
local CoinData = DataStoreService:GetDataStore("CoinData")

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: