Hello, I have been having some difficulty's with this script, take a look below. My problem is, is i want it where at level 5 and your class value is Esper then that will happen.
wait(3) if Player.Data.Level.Value >= 5 then if Player.Data.Class.Value == "Esper" then W = game.Lighting.AbysallSword:Clone() W.Parent = script.Parent.Parent.Parent.Backpack
Basically i'm trying to have two requirements for an action, can someone tell me what exactly went wrong with this?
(Btw Class value is a string value in DataSave)