This is the script I made for it ``local Punch = game.ServerScriptService.Leaderstats.PunchPower local plr = script.Parent.Parent
if plr.Punch > 100 and 100000 then local FireBallSize = Vector3.new(2.19,2.19,2.19) game.ServerScriptService.FireBallServer.FireBall.Size = FireBallSize end
if plr.Punch > 1000000 and 100000000 then local FireBallSize = Vector3.new(10.19,10.19,10.19) game.ServerScriptService.FireBallServer.FireBall.Size = FireBallSize end``
I am not well at scripting either reason i got -2 is because I made questions can someone help me create something lol
local plr = script.Parent.Parent local Punch = plr:WaitForChild("leaderstats").PunchPower if plr.Punch.Value == 100 and 100000 then local FireBallSize = Vector3.new(2.19,2.19,2.19) game.ServerScriptService.FireBallServer.FireBall.Size = FireBallSize end if plr.Punch.Value == 1000000 or 10000000 then local FireBallSize = Vector3.new(10.19,10.19,10.19) game.ServerScriptService.FireBallServer.FireBall.Size = FireBallSize end
if it doesnt work try this send output