game.ReplicatedStorage.Buy.OnServerEvent:Connect(function(player) local bux = game.ServerStorage:FindFirstChild(player.Name).Bux bux.Value = bux.Value - player.Price.Value end)
This is in a script and i know what the problem is but idk how to fix it please help.