local Players = game:GetService("Players")
Players.PlayersAdded:Connect(function(player)
local Plasma = Instance.new("IntValue")
Plasma.Name = "Plasma"
Plasma.Value = 55
Plasma.Parent = player
local mationEquipped = Instance.new("StringValue")
mationEquipped.Name = "MationEquipped"
mationEquipped.Value = "UnoShark777"
mationEquipped.Parent = player
end)