if pl.Dragonz.Value ~= nil then script.Parent.Name = "Dragon Unspawn" else script.Parent.Name = "Dragon" pok = pl.Dragonz.Value
Pretty sure you forgot an end. Don't forget those! The end is needed from your if statement on line 1, if pl.Dragonz.Value ~= nil then. To fix this, just simply add an end on line 6.
if pl.Dragonz.Value ~= nil then script.Parent.Name = "Dragon Unspawn" else script.Parent.Name = "Dragon" pok = pl.Dragonz.Value end
Locked by MessorAdmin, YellowoTide, and Shawnyg
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?