#Whys is my script not working

1 messages · Page 1 of 1 (latest)

jade flare
#

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)

robust sigil
#

not "PlayerAdded"

robust sigil
jade flare
#

Ohh ok

jade flare
naive hamlet